What tools do I need to practice Java programs on my PC?

  • Context: Java 
  • Thread starter Thread starter pairofstrings
  • Start date Start date
  • Tags Tags
    Java Programs
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 3K views
pairofstrings
Messages
411
Reaction score
7
what tools or software is required to start practising java programs on my pc?
 
Physics news on Phys.org
Start with the Java JDK : http://www.oracle.com/technetwork/java/javase/downloads/index.html
 
Last edited by a moderator:
The "standard" free Java IDE these days is Eclipse, from: http://eclipse.org/
Once you un-cross your eyes after reading about it and trying to figure out how to use it, it's actually a pretty good toolset. I believe you will still need to download a Java Development Kit (JDK) as uart says above. The JDK will give you all the stuff you really need to compile and run programs from a console window, but Eclipse puts it all into a nice GUI and has a "fairly intuitive" debugger.
 
Thank you for helping me. I have installed Java JDK 7 for windows x86. Now, where should I write program and run? Is there any interface where I could write the code and compile in it? Should I use Notepad?
 
Last edited: