Return to site

Java 8 Update 131 Mac Download

broken image


These Java SE 8 update releases are provided under the Binary Code License ('BCL'). Java SE 8u211 and later updates are available, under the Java SE OTN License. For production use Oracle recommends downloading the latest JDK and JRE versions and allowing auto-update. Only developers and Enterprise administrators should download these releases. Update for Java Runtime Environment for Mac (1.8.131) Bulletin Id: MAC-033: Bulletin Title: Java Runtime Environment 8 Updates For Mac: Severity: Unrated: Location Path: jre-8u131-macosx-x64.dmg: Bulletin Summary: Java Runtime Environment 8 Updates For Mac: Superceding Bulletin Id: MAC-033: Patch Release Date: Apr 18, 2017: Affected Product. Update for Java Runtime Environment for Mac (1.8.131) Bulletin Id: MAC-033: Bulletin Title: Java Runtime Environment 8 Updates For Mac: Severity: Unrated: Location Path: jre-8u131-macosx-x64.dmg: Bulletin Summary: Java Runtime Environment 8 Updates For Mac: Superceding Bulletin Id: MAC-033: Patch Release Date: Apr 18, 2017: Affected Product. 1) brew cask install java 2) java -version java version '1.8.0131' Java(TM) SE Runtime Environment (build 1.8.0131-b11) P.S - Cask is an extension to Homebrew that is intended to manage large Mac binaries and graphical applications, but using the Homebrew interface. Also see this answer on Apple StackExchange.

Oracle has released 'Java Platform, Standard Edition 8 Update 131' also known as ‘Java Runtime Environment Version 8.0 Update 131'.

This release contains fixes for security vulnerabilities.

Java 8 131 x64
Java 8 Update 131 Mac Download

First of all download and run either jre-8u131-windows-i586.exe for Windows 7 / 8 / 8.1 / 10 / XP 32-bit or jre-8u131-windows-x64.exe for Windows 7 / 8 / 8.1 / 10 / XP 64-bit. If you use 32-bit and 64-bit browsers interchangeably, you will need to install both 32-bit and 64-bit Java in order to have the Java plug-in for both browsers. These offline installers are available in the Java SE Runtime Environment 8 Downloads section of Oracle's Java website.

When the License Agreement screen pops up, look in the 'c:Documents and SettingsLocal SettingsApplication DataOracleJavajre1.8.0_131 directory' when you're using Windows XP or 'C:UsersAppDataLocalLowOracleJavajre1.8.0_131' when your're using Windows 7 / 8 / 8.1 / 10.

For the x64 version look in the 'C:UsersAppDataLocalLowOracleJavajre1.8.0_131_x64' directory. In that directory you will find the ‘jre1.8.0_131.msi‘. The jre1.8.0_131 msi file is the one we can use to deploy 'Java Runtime Environment Version 8.0 Update 131' by using MSI technology.

Start up the AdminStudio Tuner and create a response transform file. It's as simple as that if you want to do a default deployment. For an advanced deployment you can further tweak you J2RE configuration two ways:

  • by changing the ‘Setup Properties'
  • by changing registry settings

The result is the same. You can change some basic ‘Setup Properties' in the Tuner:

  • AUTOUPDATECHECK – Java Update mechanism – on {1} or off {0}
  • EULA – popup the EULA when you first start a Java applet – on {1} or off {0}
  • IEXPLORER – indicates that the Plug-in should be registered with the Internet Explorer browser – on {1} or off {0}
  • JAVAUPDATE – indicates that the Java Update feature should be disabled (the Update tab in the Java Plug-in Control Panel will not appear) – on {1} or off {0}

    However, it seems that using the property doesn't work anymore and that you have to set this registry key additionally:

    [HKEY_LOCAL_MACHINESOFTWAREJavaSoftJava UpdatePolicy]'EnableAutoUpdateCheck'=dword:00000000
  • MOZILLA – indicates that the Plug-in should be registered with Mozilla 1.1 and later browsers – on {1} or off {0}
  • WEB_JAVA – if used, disables any Java application from running in the browser. WEB_JAVA=1, the default, enables Java applications in the browser. This field is available as of the 7u10 release. For more information, see Setting the Security Level of the Java Client.
  • WEB_JAVA_SECURITY_LEVEL, if used, sets the security level of unsigned Java apps running in a browser. The possible values for this field are V (very high), H (high), M (medium, the default) or L (low). This field is available as of the 7u10 release. For more information, see Setting the Security Level of the Java Client.

… but you can also collect the JRE's registry settings to tweak the JRE a little more.

Launch the 'Java Control Panel' (available in c:Program FilesJavajre8binjavacpl.exe). Most settings you will change by using this utility will then be stored in the registry in [HKEY_LOCAL_MACHINESOFTWAREJavaSoft]. Some examples:

  • Click on the 'Update' tab. If you uncheck the 'Check for Update Automatically' you will shutdown the Java Update mechanism. This may be wise, because we want to deploy newer versions by using ZENworks and not automatically by using the Java Update mechanism.
  • If you want to disable the ‘Update' tab, then use this registry setting to enable (00000001) or disable it (00000000):[HKEY_LOCAL_MACHINESOFTWAREJavaSoftJava UpdatePolicy]'EnableJavaUpdate'=dword:00000000

Some settings however are stored somewhere else. Some examples:

  • Click on the 'Advanced' tab. If you open up the 'Miscellaneous' node by clicking on the + sign, you can check or uncheck 'Place Java icon in system tray'. Which just does what is says. Now it has become more difficult for users to fiddle around with the J2RE configuration. This setting is stored in:

    C:Documents and Settings%USERNAME%AppDataSunJavaDeploymentdeployment.properties.

    as: 'deployment.system.tray.icon=true'

  • Click on the 'General' tab. Click on ‘Network Settings'. The settings you configure are also stored in the deployment.properties file.

    This ‘deployment.properties' file is used for storing and retrieving deployment configuration properties in the Java Control Panel. They are also used for customizing runtime behavior for both Java Plug-in and Java Web Start. There is always a User-Level deployment.properties file. Its location, which is non-configurable, is described here. There may also be an (optional) System-Level deployment.properties file. If it exists, its location is determined by a System Administrator through the deployment.config file as described here.

You can add a Custom Action (1122) to your Transform file, where you run this command:

cmd.exe /C rmdir '%PROGRAMDATA%MicrosoftWindowsStart MenuProgramsJava' /S

to remove the Start Menu shortcuts. In the InstallUIExecuteSequence table you set the Sequence ID of this Custom Action to ‘3183'. Which is then between the InstallJava custom action (3181), which apparently create these shortcuts, and InstallFinalize (3185).

This page describes how to install and uninstall JDK 8 for OS X computers.

This page has these topics:

See 'JDK 8 and JRE 8 Installation Start Here' for general information about installing JDK 8 and JRE 8.

See 'OS X Platform Install FAQ' for general information about installing JDK 8 on OS X.

System Requirements

Observe the following requirements:

  • Any Intel-based computer running OS X 10.8 (Mountain Lion) or later.

  • Administrator privileges.

Note that installing the JDK on OS X is performed on a system wide basis, for all users, and administrator privileges are required. You cannot install Java for a single user.

Installing the JDK also installs the JRE. The one exception is that the system will not replace the current JRE with a lower version. To install a lower version of the JRE, first uninstall the current version as described in 'Uninstalling the JRE'.

JDK Installation Instructions

When you install the Java Development Kit (JDK), the associated Java Runtime Environment (JRE) is installed at the same time. The JavaFX SDK and Runtime are also installed and integrated into the standard JDK directory structure.

Depending on your processor, the downloaded file has one of the following names:

  • jdk-8uversion-macosx-amd64.dmg

  • jdk-8uversion-macosx-x64.dmg

Where version is 6 or later.

Download Java 8 Update 202

  1. Download the file.

    Before the file can be downloaded, you must accept the license agreement.

  2. From either the Downloads window of the browser, or from the file browser, double click the .dmg file to launch it.

    A Finder window appears containing an icon of an open box and the name of the .pkg file.

  3. Double click the package icon to launch the Install app.

    The Install app displays the Introduction window.


    Note:

    In some cases, a Destination Select window appears. This is a bug, as there is only one option available. If you see this window, select Install for all users of this computer to enable the Continue button.

  4. Click Continue.

    The Installation Type window appears.

  5. Click Install.

    A window appears that says 'Installer is trying to install new software. Type your password to allow this.'

  6. Enter the Administrator login and password and click Install Software.

    The software is installed and a confirmation window appears.

  7. Refer to http://www.oracle.com/technetwork/java/javase/downloads/jdk-for-mac-readme-1564562.html for more information about the installation.

  8. After the software is installed, delete the .dmg file if you want to save disk space.

Determining the Default Version of the JDK

If you have not yet installed Apple's Java OS X 2012-006 update, then you are still using a version of Apple Java 6 that includes the plug-in and the Java Preferences app. See 'Note for Users of OS X that Include Apple Java 6 Plug-in'.

There can be multiple JDKs installed on a system, as many as you wish.

When launching a Java application through the command line, the system uses the default JDK. It is possible for the version of the JRE to be different than the version of the JDK.

You can determine which version of the JDK is the default by typing java -version in a Terminal window. If the installed version is 8u6, you will see a string that includes the text 1.8.0_06. For example:

To run a different version of Java, either specify the full path, or use the java_home tool:

For more information, see the java_home(1) man page.

Uninstalling the JDK

Java 8 131 X64

To uninstall the JDK, you must have Administrator privileges and execute the remove command either as root or by using the sudo(8) tool.

Java Version 8 Update 131

For example, to uninstall 8u6:

Java 8 Update 131

Do not attempt to uninstall Java by removing the Java tools from /usr/bin. This directory is part of the system software and any changes will be reset by Apple the next time you perform an update of the OS.





broken image