Java Development Kit's icon

Java Development Kit 11

Oracle's Java Development Kit.

Description

The JDK is a development environment for building applications, applets, and components using the Java programming language. The JDK includes tools useful for developing and testing programs written in the Java programming language and running on the Java platform. See also: http://www.oracle.com/technetwork/java/javase/overview/index.html

Readme

Getting started

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.

32 bit

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.

JDK Tools

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


Release Notes

No release notes


EULA