What do I need to download/install for Java?

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

To develop Java applications on Windows 8, users should download the Java Development Kit (JDK) from Oracle's official website. For a more integrated development experience, tools like NetBeans or Eclipse are recommended, as they come with Java embedded and provide advanced features such as code completion and API lookup. Alternatively, the Processing IDE can be used for interactive graphics programming in Java, as it also includes Java support. Ensure that the correct version of the JDK is downloaded to match the platform.

PREREQUISITES
  • Java Development Kit (JDK) installation
  • Familiarity with Integrated Development Environments (IDEs)
  • Basic understanding of Java programming syntax
  • Knowledge of platform compatibility for software downloads
NEXT STEPS
  • Download and install the latest JDK from Oracle's website
  • Explore and install NetBeans or Eclipse for Java development
  • Learn how to use the Processing IDE for interactive graphics
  • Research Java syntax highlighting features in code editors
USEFUL FOR

Java developers, software engineers, and anyone looking to set up a Java development environment on Windows 8 will benefit from this discussion.

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.
 
Technology 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.
 
What problem are you experiencing? Did you download the right version for your platform?
 

Similar threads

  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 2 ·
Replies
2
Views
1K
Replies
8
Views
3K
  • · Replies 39 ·
2
Replies
39
Views
8K
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
1K
Replies
11
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K