This document has not been formally reviewed for accuracy and is provided "as is" for your convenience.
Summary
Steps to install Java 11 SDK and next versions
Reference
In order to use Java 11 on your computer you need to perform the following steps:
-
Download and install Java 11 JDK (OracleJDK)
- OracleJDK-> https://www.oracle.com/java/technologies/javase-downloads.html
- After installation you must set the environment variables:
- Add JAVA_HOME as a new variable
- {Java installation folder}\jdk-11.0.6\bin
*Fill with your path to JDK location
How to check the installation was successful?
Add %JAVA_HOME%
Installation can be checked using “java –version” in command line.
Now you should be able to use start AWT, SWT and Swing applications.