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