What do I need to download/install for Java?

  • Context: Java 
  • Thread starter Thread starter Math10
  • Start date Start date
  • Tags Tags
    Java
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
2 replies · 1K views
Math10
Messages
301
Reaction score
0
I'm using Windows 8 and I have Notepad++ for coding in Java but I need a development kit for Java that can compile and run Java. I went to the website java.sun.com to download J2SE but it doesn't work.
 
Physics news on Phys.org
The short answer is you could consider the Processing IDE. It allows you to code in Java within a context of doing interactive graphics. I think it comes with Java embedded.

https://processing.org

The long answer would be to download Netbeans or eclipse which come with Java embedded inside and allow you to do full application projects. These are the tools that professional programmers use for development. The IDE editor will do code completion, colorize, look up api and a lot of other features.

https://netbeans.org/downloads/

The economical answer is to download the JDK from Oracle and install it and use your platform editor. However it really helps to have a syntax colorizing editor familiar with Java structure and keywords.