Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

License: https://www.oracle.com/technetwork/java/javase/overview/oracle-jdk-faqs.html 
Note: Java is no longer under the GNU Open Source/Free model. We no longer have a license.

Uses: 
Java Runtime Environment was formerly installed on all computers prior to license change. Java may need to be installed for Computer Science classes in the future. 

Distribution: 
Java Runtime Environment: https://www.java.com/en/ 
Java SE (Development kit): https://www.oracle.com/java/technologies/javase-downloads.html

Silent Install String:
<java.exe> /s
Documentation on other switches: https://www.java.com/en/download/help/silent_install.xml

Detection Method:
You will need to find Windows Installer MSI product code for the version you are pushing out.

Installation String:
msiexec.exe /x  <Product Code>

  • No labels