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?
 
Dear Peeps I have posted a few questions about programing on this sectio of the PF forum. I want to ask you veterans how you folks learn program in assembly and about computer architecture for the x86 family. In addition to finish learning C, I am also reading the book From bits to Gates to C and Beyond. In the book, it uses the mini LC3 assembly language. I also have books on assembly programming and computer architecture. The few famous ones i have are Computer Organization and...
I had a Microsoft Technical interview this past Friday, the question I was asked was this : How do you find the middle value for a dataset that is too big to fit in RAM? I was not able to figure this out during the interview, but I have been look in this all weekend and I read something online that said it can be done at O(N) using something called the counting sort histogram algorithm ( I did not learn that in my advanced data structures and algorithms class). I have watched some youtube...
Back
Top