jdk8 v 8.0.211

  • Website
  • License
  • Owners: oota_ken
  • Authors: Sun Microsystems/Oracle Corporation
  • By default this package installs JDK according to your platform (x86 or x64). To force x86 (32bit) installation on 64 bit systems ``` choco install jdk8 --x86 ``` or ``` choco install jdk8 --forcex86 ``` Note that params "i586=true" and "x64=false" are deprecated. if you install by ``` choco install jdk8 -params "both=true" ``` then Both 32bits and 64bits JDK will be installed and 64bits will be defaults. By default this package installs JDK with source codes(zip). If you don't want to install source codes ``` choco install jdk8 -params "source=false" ``` If you want auto update ``` choco install jdk8 -params "static=false" ``` If you want to specfiy install directory (you need \\\\ for escape) ``` choco install jdk8 -params 'installdir=c:\\java8' ```
  • Total downloads: 4
  • This version downloads: 4
  • Download package: Here
  • Tags: java jdk admin
Copyright 2001-2015 Kendar.org, Version: 4.1.0.0