Suggestion:
Visit the Share Resources
The Java Development Kit (JDK) provides tools needed to develop and run Java applications.
Choose VersionSelect Java SE Development Kit 8u231 for your operating system:
jdk-8u231-windows-x64.exe
jdk-8u231-macosx-x64.dmg
Set Environment Variables (Windows):
JAVA_HOME
, e.g., C:\Program Files\Java\jdk1.8.0_231
%JAVA_HOME%\bin
to the system Path
Verify Installation: Open a terminal or command prompt and type:
1
java -version