Installing Java Environments
Installing Java Environments
Installing Java Environments
Installing Java Environments
Suggestion:
- JDK 1.8_231
- Netbeans 8.2
Visit the Share Resources
The Java Development Kit (JDK) provides tools needed to develop and run Java applications.
- Download the JDK : Share resources the above
Choose VersionSelect Java SE Development Kit 8u231 for your operating system:
- Windows:
jdk-8u231-windows-x64.exe
- macOS:
jdk-8u231-macosx-x64.dmg
- Windows:
- Install the JDKRun the installer and follow the setup instructions.
Set Environment Variables (Windows):
- Add the JDK path to
JAVA_HOME
, e.g.,C:\Program Files\Java\jdk1.8.0_231
- Add
%JAVA_HOME%\bin
to the systemPath
- Add the JDK path to
Verify Installation: Open a terminal or command prompt and type:
1
java -version
This post is licensed under CC BY 4.0 by the author.