Installing Java Development Kit: Am I Doing it Right?

  • Context: Java 
  • Thread starter Thread starter Math10
  • Start date Start date
Click For Summary
SUMMARY

The discussion centers on the installation and initial usage of the Java Development Kit (JDK). The user successfully downloaded the JDK but is uncertain about how to compile and run Java programs, noting the distinction between the 'java' command for execution and 'javac' for compilation. The conversation highlights the importance of build tools like Ant and Maven for managing Java projects, as well as the transition to integrated development environments (IDEs) such as NetBeans and Eclipse for more efficient development. The consensus suggests that users should seek out tutorials to enhance their understanding rather than relying solely on forum inquiries.

PREREQUISITES
  • Basic understanding of Java programming concepts
  • Familiarity with command-line interfaces for executing commands
  • Knowledge of build tools like Ant and Maven
  • Experience with IDEs such as NetBeans or Eclipse
NEXT STEPS
  • Explore Java tutorials on compiling and running Java applications
  • Learn how to create and configure Ant build scripts
  • Investigate Maven for dependency management in Java projects
  • Get familiar with using NetBeans or Eclipse for Java development
USEFUL FOR

Java developers, software engineers, and anyone looking to enhance their skills in Java programming and project management using build tools and IDEs.

Math10
Messages
301
Reaction score
0
I just downloaded JDK (Java Development Kit) from http://java-development-kit-jdk.en.softonic.com/ but after downloading, when I click on the start menu and click on the All Programs, I have Java and Java Development Kit. And when I click on JDK, it has Java Mission Control and Reference Documentation. Am I doing this right? Where do I compile and run Java?
 
Technology news on Phys.org
There are two command java for running programs and javac for compiling programs

the next level is to construct an ant script or a maven script. These are build tools that people use to make consistent builds
as they develop their project with many java classes.

but professional programmers tire of these and move quickly to using netbeans or eclipse.

My feeling is you should be looking for tutorials via google and working though them instead of constantly asking
questions and cherrypicking the answers.
 
jedishrfu said:
My feeling is you should be looking for tutorials via google and working though them instead of constantly asking
questions and cherrypicking the answers.
And my feeling as well. With that, this thread is closed.
 

Similar threads

  • · Replies 2 ·
Replies
2
Views
2K
Replies
1
Views
2K
  • · Replies 2 ·
Replies
2
Views
1K
Replies
2
Views
3K
  • · Replies 3 ·
Replies
3
Views
7K
  • · Replies 10 ·
Replies
10
Views
2K
  • · Replies 14 ·
Replies
14
Views
6K
  • · Replies 15 ·
Replies
15
Views
3K
  • · Replies 2 ·
Replies
2
Views
4K
  • · Replies 8 ·
Replies
8
Views
4K