Compiling multiple paged java project

  • Context: Java 
  • Thread starter Thread starter learningjava
  • Start date Start date
  • Tags Tags
    Java Multiple Project
Click For Summary
SUMMARY

The discussion centers on compiling a multi-page Java project after the user has gained basic Java knowledge, including GUI development with Swing. The user is unsure whether to compile each Java file individually or if a root form should be compiled when all .class files are available. The conversation highlights the importance of using an Integrated Development Environment (IDE) such as NetBeans, Eclipse, or IntelliJ IDEA to streamline the compilation process and manage multiple files effectively.

PREREQUISITES
  • Basic understanding of Java programming
  • Familiarity with Java compilation commands ("javac" and "java")
  • Knowledge of Java GUI development using Swing
  • Experience with Integrated Development Environments (IDEs)
NEXT STEPS
  • Research how to set up and use NetBeans for Java projects
  • Learn about Eclipse IDE features for managing multi-file Java projects
  • Explore IntelliJ IDEA's project structure and compilation process
  • Understand Java classpath and how it affects program execution
USEFUL FOR

Beginner Java developers, students learning GUI programming, and anyone looking to manage and compile multi-file Java projects efficiently.

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?
 

Similar threads

Replies
1
Views
2K
  • · Replies 3 ·
Replies
3
Views
7K
  • · Replies 3 ·
Replies
3
Views
2K
Replies
3
Views
4K
Replies
4
Views
2K
  • · Replies 3 ·
Replies
3
Views
15K
Replies
6
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 2 ·
Replies
2
Views
6K
  • · Replies 12 ·
Replies
12
Views
5K