Simple steps to get started:
turbo run oracle/jdk
Now the Java command is available:
java -version
The %JAVA_HOME%
environment variable will point to the JDK.
This is the 32 bit version of the JDK. For the 64 bit version, see the jdk64 repository.
For the Java Runtime Environment (JRE) only, see the jre repository.
All the JDK tools and libraries are under %JAVA_HOME%. To get an overview of all tools, to the %JAVA_HOME%\bin
directory:
cd %JAVA_HOME%\bin
dir
No release notes
This repository does not have an EULA