Home > Software > Development > SDK > Java SE 11
Details
- Package ID
- jdk11
- Version
- 11.0.1
- Downloads
- 74551
- Website
- http://www.oracle.com/technetwork/java/javase/downloads/index.html
Summary
The Java Development Kit (JDK) version 11.0.1
Description
By default this package installs JDK with source codes(zip).
If you don’t want to install source codes
choco install jdk11 -params "source=false"
If you want auto update
choco install jdk11 -params "static=false"
If you want to specfiy install directory (you need \\ for escape)
choco install jdk11 -params 'installdir=c:\\java11'
Comments
Loading comments...