Java Compiling multiple paged java project

AI Thread Summary
The discussion revolves around a beginner's experience with Java programming after two weeks of learning. The user has transitioned from simple programs to a more complex Java project that includes multiple forms or pages, each with different functionalities. They are confused about how to compile and run the project, questioning whether to compile each file individually or if they can run it from a root form, especially since all .java files have already been compiled into .class files. The conversation suggests that using an Integrated Development Environment (IDE) like NetBeans, Eclipse, or IntelliJ IDEA could simplify the process. The user seeks clarification on how to obtain Eclipse for free and what the next steps should be, emphasizing their ongoing confusion about running the project.
learningjava
Messages
2
Reaction score
0
i have been learnin java for about two weeks. i have gone through simple programin and some other programs includin GUI through swing. till that i was working with single form programs that can be compiled by using "javac" and executed by "java" syntax.now to try better i downloaded a java project. the project seemed to have multiple forms or pages. each having different code for diffferent funtionality. now the problem is that iam not getting whether i have to compile all of them one by one or one of the root form. what if the .class file for every .java file is available...i mean all the java files have been compiled? how would the program actually run...iam stuck and cantt proceed,,,please help me aut...
 
Technology news on Phys.org
I think now would be a good time to get an IDE like NetBeans, Eclipse or IntelliJ IDEA
 
Is it something like the dreamweaver? from which site can i get free access to eclipse? What wud b d nex step. .d qstion remainz d sam?
 
Thread 'Star maps using Blender'
Blender just recently dropped a new version, 4.5(with 5.0 on the horizon), and within it was a new feature for which I immediately thought of a use for. The new feature was a .csv importer for Geometry nodes. Geometry nodes are a method of modelling that uses a node tree to create 3D models which offers more flexibility than straight modeling does. The .csv importer node allows you to bring in a .csv file and use the data in it to control aspects of your model. So for example, if you...
I tried a web search "the loss of programming ", and found an article saying that all aspects of writing, developing, and testing software programs will one day all be handled through artificial intelligence. One must wonder then, who is responsible. WHO is responsible for any problems, bugs, deficiencies, or whatever malfunctions which the programs make their users endure? Things may work wrong however the "wrong" happens. AI needs to fix the problems for the users. Any way to...
Back
Top