Java Installing Java Development Kit: Am I Doing it Right?

  • Thread starter Thread starter Math10
  • Start date Start date
Click For Summary
The discussion centers on the use of the Java Development Kit (JDK) after downloading it. Users express confusion about accessing Java Mission Control and Reference Documentation through the JDK menu. Clarification is provided on the commands for running Java programs (java) and compiling them (javac). The conversation also touches on advanced tools like Ant and Maven for managing builds in larger projects, noting that professional developers often prefer integrated development environments (IDEs) such as NetBeans or Eclipse for efficiency. The importance of self-directed learning through tutorials is emphasized, suggesting that users should seek out resources rather than relying solely on forum questions. The thread concludes with a consensus on the value of independent study.
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.
 
Learn If you want to write code for Python Machine learning, AI Statistics/data analysis Scientific research Web application servers Some microcontrollers JavaScript/Node JS/TypeScript Web sites Web application servers C# Games (Unity) Consumer applications (Windows) Business applications C++ Games (Unreal Engine) Operating systems, device drivers Microcontrollers/embedded systems Consumer applications (Linux) Some more tips: Do not learn C++ (or any other dialect of C) as a...

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
6K
  • · 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