Jump to content

Java Runtime Environment 8 Update 65 released


Recommended Posts

Posted (edited)

  • Command-line parameters for MSI(s).
     
    http://docs.oracle.com/javase/8/docs/technotes/guides/install/config.html
     
    msiexec /i jre1.8.0_65.msi AUTO_UPDATE=0 EULA=0 JAVAUPDATE=0 NOSTARTMENU=1 SPONSORS=0 WEB_ANALYTICS=0 WEB_JAVA=1 WEB_JAVA_SECURITY_LEVEL=H /L*v "%TEMP%\jre1.8.0_65_Install.log" /q


     
     

  • To extract the MSI from the EXE installer, double-click the EXE, wait until the Welcome screen appears (but don't click the 'Install' button), then go to the following folder:
     
    %USERPROFILE%\AppData\LocalLow\Oracle\Java


     
    Open the relevant sub-folder, copy the MSI somewhere else, then quit the EXE installer.
     
     

  • Block javadl-esd-secure.oracle.com on your proxy or firewall to extend the expiry date by a month.
     
     
  • SCCM may fail to install Java properly if the java.settings.cfg (%ProgramData%\Oracle\Java\java.settings.cfg) doesn't exist prior to deployment. Thanks @ninjaneer for the tip.

Edited by Arthur
  • Thanks 2
  • 5 weeks later...
Posted (edited)
66 now out

66 was released on the same day as 65. It's not new. :)

 

Edit. 65 is a Critical Patch Update (CPU) and 66 is a Patch Set Update (PSU). Oracle recommends that most users install the former.

 

www.oracle.com/technetwork/java/javase/cpu-psu-explained-2331472.html

 

What is the difference between a Java CPU and PSU release?

Java SE Critical Patch Updates (CPU) contain fixes to security vulnerabilities and critical bug fixes. Oracle strongly recommends that all Java SE users upgrade to the latest CPU releases as they are made available. Java SE CPU releases are odd numbered versions (i.e. 7u71, 7u65 – see more on Java SE version numbering schemes here).

 

Java SE Patch Set Updates (PSU) contain all of fixes in the corresponding CPU, as well as additional non-critical fixes. Java PSU releases should only be used if you are being impacted by one of the additional bugs fixed in that version. The release notes call out the additional fixes available in Java SE PSU releases.

Edited by Arthur
Posted (edited)

  • Command-line parameters for MSI(s).
     
    Installing With a Configuration File
     
    msiexec /i jre1.8.0_65.msi AUTO_UPDATE=0 EULA=0 JAVAUPDATE=0 NOSTARTMENU=1 SPONSORS=0 WEB_ANALYTICS=0 WEB_JAVA=1 WEB_JAVA_SECURITY_LEVEL=H /L*v "%TEMP%\jre1.8.0_65_Install.log" /q


  • To extract the MSI from the EXE installer, double-click the EXE, wait until the Welcome screen appears (but don't click the 'Install' button), then go to the following folder:
     
    %USERPROFILE%\AppData\LocalLow\Oracle\Java


     
    Open the relevant sub-folder, copy the MSI somewhere else, then quit the EXE installer.

  • Block javadl-esd-secure.oracle.com on your proxy or firewall to extend the expiry date by a month.
  • SCCM may fail to install Java properly if the java.settings.cfg (%ProgramData%\Oracle\Java\java.settings.cfg) doesn't exist prior to deployment. Thanks @ninjaneer for the tip.

 

 

I am trying to create a software push for Landesk 9.6 and it keeps failing when using the offline exe. Can I use this MSI to install the package? Every time I try to install JUST using the MSI I get an error saying "There is a problem with this windows installer package. A program required for this install to complete could not be run. Contact your support personnel or package vendor." Is there something I need to do to get the MSI to install Java when Java isn't already present on the machine?

Edited by twinkyman90
Posted
Every time I try to install JUST using the MSI I get an error

If you create a blank text file called java.settings.cfg in %ProgramData%\Oracle\Java prior to installing the MSI, does it then work?

Posted (edited)
I have a program data folder under c:\Program Data. And I created the file there and tried and it still didn't work. Do you mean to put it in the same directory as the msi? Or in C:\program data. My java MSI is in C:\Users\kevint\AppData\LocalLow\Oracle\Java\jre1.8.0_65.msi. I have tried putting it there, and in several other locations to no avail. I am running Windows 10. It also DOES work on Windows 7. Just tried it. Edited by twinkyman90

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...