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