Oracle maintains JDK 10 in its archives for developers who need to maintain older systems.
: Oracle does not recommend using archived versions in production environments due to potential vulnerabilities.
: Double-click the .exe file and follow the setup wizard. The default path is usually C:\Program Files\Java\jdk-10.0.x . Configure Environment Variables : Open System Environment Variables in Windows settings.
: Open a Command Prompt and type java -version . It should display "java version 10.0.x". Important Considerations
Create a new system variable named JAVA_HOME and set its value to the root JDK folder path.
JDK 10 is an older, non-LTS (Long-Term Support) version of the that has been superseded by newer releases. Because it is no longer the current version, it is primarily available through the Oracle Java Archive for legacy development and debugging. Downloading JDK 10 for Windows 10 (64-bit)
Once the installer is downloaded, follow these steps to set up the environment: