Java SE 8 Archive Downloads (JDK 8u202 and earlier)
Go to the Oracle Java Archive
The JDK is a development environment for building applications using the Java programming language.
The JDK includes tools useful for developing and testing programs written in the Java programming language and running on the JavaTM platform.
WARNING: These older versions of the JRE and JDK are provided to help developers debug issues in older systems. They are not updated with the latest security patches and are not recommended for use in production.
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.
Downloading these releases requires an oracle.com account. If you don’t have an oracle.com account you can use the links on the top of this page to learn more about it and register for one for free.
For current Java releases, please consult the Oracle Software Download page.
Item Preview
There Is No Preview Available For This Item
This item does not appear to have any files that can be experienced on Archive.org.
Please download files in this item to interact with them on your computer.
Show all files
4,634
Views
DOWNLOAD OPTIONS
Uploaded by
Moresteck
on
SIMILAR ITEMS (based on metadata)
Join the Chocolatey Team on our regular monthly stream where we discuss all things Community, what we do, how you can get involved and answer your Chocolatey questions.
Join the Chocolatey Team on our regular monthly stream where we put a spotlight on the most recent Chocolatey product releases. You’ll have a chance to have your questions answered in a live Ask Me Anything format.
Livestream from
Thursday, 06 October 2022
We recently released our largest update to Chocolatey Central Management so far. Join Gary and Steph to find out more about Chocolatey Central Management and the new features and fixes we’ve added to this release.
Watch On-Demand
Webinar Replay from
Wednesday, 30 March 2022
At Chocolatey Software we strive for simple, and teaching others. Let us teach you just how simple it could be to keep your 3rd party applications updated across your devices, all with Intune!
Watch On-Demand
Livestream from
Thursday, 9 June 2022
Join James and Josh to show you how you can get the Chocolatey For Business recommended infrastructure and workflow, created, in Azure, in around 20 minutes.
Watch On-Demand
Livestream from
Thursday, 04 August 2022
Join Paul and Gary to hear more about the plans for the Chocolatey CLI in the not so distant future. We’ll talk about some cool new features, long term asks from Customers and Community and how you can get involved!
Watch On-Demand
Livestreams from
October 2022
For Hacktoberfest, Chocolatey ran a livestream every Tuesday! Re-watch Cory, James, Gary, and Rain as they share knowledge on how to contribute to open-source projects such as Chocolatey CLI.
Watch On-Demand
Livestream from
Thursday, 03 November 2022
Join Paul and Gary for this months Chocolatey product livestream where we look at the latest release of Chocolatey 1.2.0, Chocolatey Licensed Extension 5.0.0 and shine a spotlight on the new hook scripts functionality. This opens up so many possibilities for Chocolatey CLI users!
Watch On-Demand
Livestream from
Tuesday, 29 November 2022
Join Josh as he adds the ability to manage Chocolatey GUI config and features with the Chocolatey Ansible Collection.
Watch On-Demand
Webinar from
Tuesday, 13 December 2022
Join Gary, Paul, and Maurice as they introduce and demonstrate how to use Chocolatey! Questions will be answered live in an Ask Me Anything format.
Watch On-Demand
Other Useful Business Software
TimeControl is a multi-purpose timesheet system designed to serve both Finance and Project Management. TimeControl has been designed to serve many purposes simultaneously. TimeControl tracks time on a task-by-task, project-by-project basis. Yet, despite its project-based controls, it remains a financial timesheet with all the controls necessary to fulfill the stringent needs of payroll, human resources, billing and finance. TimeControl is available both for subscription in the cloud or for purchase for an on premise installation and includes both a browser interface and the free TimeControl Mobile App for iOS and Android devices.
The Java Runtime Environment, or JRE, is a software layer that runs on top of a computer’s operating system software and provides the class libraries and other resources that a specific Java program needs to run. The Java Development Kit, or JDK, is a set of tools for developing Java applications. This article will serve as an informative guide and give you a clear understanding of how to perform a silent installation of Java 8 Update 51 from the command line using both EXE & MSI installers.
Java SE Runtime Environment 8 Update 51 (32-bit) Silent Install (EXE)
- Sign in to your Oracle account (Create an account if you don’t have one)
- https://login.oracle.com/mysso/signon.jsp
- Download the Java JRE 8 Update 51 (32-bit) Installer
- https://download.oracle.com/otn/java/jdk/8u51-b16/jre-8u51-windows-i586.exe
- Download the file to a folder created at (C:\Downloads)
- Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
- Navigate to the C:\Downloads folder
- Enter the following command:
jre-8u51-windows-i586.exe /s
- Press Enter
After a few moments you will find Java entries in the Start Menu, Installation Directory, and Programs and Features in the Control Panel.
Software Title: | Java 8 Update 51 (32-bit) |
Vendor: | Oracle Corporation |
Version: | 8.0.510 |
Architecture: | x86 |
Installer Type: | EXE |
Silent Install Switch (Option 1) |
|
Silent Install Switch (Option 2) | jre-8u51-windows-i586.exe INSTALL_SILENT=1 |
Silent Install Switch (Option 3) | jre-8u51-windows-i586.exe INSTALL_SILENT=Enable |
Silent Uninstall Switch: | MsiExec.exe /x {26A24AE4-039D-4CA4-87B4-2F83218051F0} /qn |
Repair Command: |
|
Download Link: | https://download.oracle.com/otn/java/jdk/8u51-b16/jre-8u51-windows-i586.exe |
PowerShell Script: | https://silentinstallhq.com/java-8-runtime-environment-install-and-uninstall-powershell/ |
Java SE Runtime Environment 8 Update 51 (64-bit) Silent Install (EXE)
- Sign in to your Oracle account (Create an account if you don’t have one)
- https://login.oracle.com/mysso/signon.jsp
- Download the Java JRE 8 Update 51 (64-bit) Installer
- https://download.oracle.com/otn/java/jdk/8u51-b16/jre-8u51-windows-x64.exe
- Download the file to a folder created at (C:\Downloads)
- Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
- Navigate to the C:\Downloads folder
- Enter the following command:
jre-8u51-windows-x64.exe /s
- Press Enter
After a few moments you will find Java entries in the Start Menu, Installation Directory, and Programs and Features in the Control Panel.
Software Title: | Java 8 Update 51 (64-bit) |
Vendor: | Oracle Corporation |
Version: | 8.0.510 |
Architecture: | x64 |
Installer Type: | EXE |
Silent Install Switch (Option 1) |
|
Silent Install Switch (Option 2) |
|
Silent Install Switch (Option 3) | jre-8u51-windows-x64.exe INSTALL_SILENT=Enable |
Silent Uninstall Switch: | MsiExec.exe /x {26A24AE4-039D-4CA4-87B4-2F86418051F0} /qn |
Repair Command: | MsiExec.exe /fa {26A24AE4-039D-4CA4-87B4-2F86418051F0} /qn |
Download Link: | https://download.oracle.com/otn/java/jdk/8u51-b16/jre-8u51-windows-x64.exe |
PowerShell Script: | https://silentinstallhq.com/java-8-runtime-environment-install-and-uninstall-powershell/ |
Java SE Development Kit 8 Update 51 (32-bit) Silent Install (EXE)
- Sign in to your Oracle account (Create an account if you don’t have one)
- https://login.oracle.com/mysso/signon.jsp
- Download the Java JDK 8 Update 51 (32-bit) Installer
- https://download.oracle.com/otn/java/jdk/8u51-b16/jdk-8u51-windows-i586.exe
- Download the file to a folder created at (C:\Downloads)
- Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
- Navigate to the C:\Downloads folder
- Enter the following command:
jdk-8u51-windows-i586.exe /s
- Press Enter
After a few moments you will find Java entries in the Start Menu, Installation Directory, and Programs and Features in the Control Panel.
Software Title: | Java JDK 8 Update 51 (32-bit) |
Vendor: | Oracle Corporation |
Version: | 8.0.510.16 |
Architecture: | x86 |
Installer Type: | EXE |
Silent Install Switch (Option 1) |
|
Silent Install Switch (Option 2) |
|
Silent Install Switch (Option 3) |
|
Silent Uninstall Switch: | MsiExec.exe /x {32A3A4F4-B792-11D6-A78A-00B0D0180510} /qn |
Repair Command: | MsiExec.exe /fa {32A3A4F4-B792-11D6-A78A-00B0D0180510} /qn |
Download Link: | https://download.oracle.com/otn/java/jdk/8u51-b16/jdk-8u51-windows-i586.exe |
PowerShell Script: | https://silentinstallhq.com/java-8-development-kit-install-and-uninstall-powershell/ |
Java SE Development Kit 8 Update 51 (64-bit) Silent Install (EXE)
- Sign in to your Oracle account (Create an account if you don’t have one)
- https://login.oracle.com/mysso/signon.jsp
- Download the Java JDK 8 Update 51 (64-bit) Installer
- https://download.oracle.com/otn/java/jdk/8u51-b16/jdk-8u51-windows-x64.exe
- Download the file to a folder created at (C:\Downloads)
- Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
- Navigate to the C:\Downloads folder
- Enter the following command:
jdk-8u51-windows-x64.exe /s
- Press Enter
After a few moments you will find Java entries in the Start Menu, Installation Directory, and Programs and Features in the Control Panel.
Software Title: | Java JDK 8 Update 51 (64-bit) |
Vendor: | Oracle Corporation |
Version: | 8.0.510.16 |
Architecture: | x64 |
Installer Type: | EXE |
Silent Install Switch (Option 1) |
|
Silent Install Switch (Option 2) | jdk-8u51-windows-x64.exe INSTALL_SILENT=1 |
Silent Install Switch (Option 3) | jdk-8u51-windows-x64.exe INSTALL_SILENT=Enable |
Silent Uninstall Switch: | MsiExec.exe /x {64A3A4F4-B792-11D6-A78A-00B0D0180510} /qn |
Repair Command: | MsiExec.exe /fa {64A3A4F4-B792-11D6-A78A-00B0D0180510} /qn |
Download Link: | https://download.oracle.com/otn/java/jdk/8u51-b16/jdk-8u51-windows-x64.exe |
PowerShell Script: | https://silentinstallhq.com/java-8-development-kit-install-and-uninstall-powershell/ |
Java SE Runtime Environment 8 Update 51 (32-bit) Silent Install (MSI)
- Sign in to your Oracle account (Create an account if you don’t have one)
- https://login.oracle.com/mysso/signon.jsp
- Download the Java JRE 8 Update 51 (32-bit) Installer
- https://download.oracle.com/otn/java/jdk/8u51-b16/jre-8u51-windows-i586.exe
- Download the EXE file to a folder created at (C:\Downloads)
- Manually launch the jre-8u51-windows-i586.exe
- Once you see the Java Setup – Welcome window, Navigate to C:\Users\%username%\AppData\LocalLow\Sun\Java\jre1.8.0_51
- Copy the jre1.8.0_51.msi to C:\Downloads
- Cancel & Close the “Java Setup – Welcome” window
- Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
- Navigate to the C:\Downloads folder
- Enter the following command:
MsiExec.exe /i jre1.8.0_51.msi /qn
- Press Enter
After a few moments you will find Java entries in the Start Menu, Installation Directory, and Programs and Features in the Control Panel.
Software Title: | Java 8 Update 51 (32-bit) |
Vendor: | Oracle Corporation |
Version: | 8.0.510 |
Architecture: | x86 |
Installer Type: | MSI |
Silent Install Switch: |
|
Silent Uninstall Switch: | MsiExec.exe /x {26A24AE4-039D-4CA4-87B4-2F83218051F0} /qn |
Repair Command: | MsiExec.exe /fa {26A24AE4-039D-4CA4-87B4-2F83218051F0} /qn |
Download Link: | https://download.oracle.com/otn/java/jdk/8u51-b16/jre-8u51-windows-i586.exe |
PowerShell Script: | https://silentinstallhq.com/java-8-runtime-environment-install-and-uninstall-powershell/ |
Java SE Runtime Environment 8 Update 51 (64-bit) Silent Install (MSI)
- Sign in to your Oracle account (Create an account if you don’t have one)
- https://login.oracle.com/mysso/signon.jsp
- Download the Java JRE 8 Update 51 (64-bit) Installer
- https://download.oracle.com/otn/java/jdk/8u51-b16/jre-8u51-windows-x64.exe
- Download the EXE file to a folder created at (C:\Downloads)
- Manually launch the jre-8u51-windows-x64.exe
- Once you see the Java Setup – Welcome window, Navigate to C:\Users\%username%\AppData\LocalLow\Sun\Java\jre1.8.0_51_x64
- Copy the jre1.8.0_51.msi to C:\Downloads
- Cancel & Close the “Java Setup – Welcome” window
- Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
- Navigate to the C:\Downloads folder
- Enter the following command:
MsiExec.exe /i jre1.8.0_51.msi /qn
- Press Enter
After a few moments you will find Java entries in the Start Menu, Installation Directory, and Programs and Features in the Control Panel.
Software Title: | Java 8 Update 51 (64-bit) |
Vendor: | Oracle Corporation |
Version: | 8.0.510 |
Architecture: | x64 |
Installer Type: | MSI |
Silent Install Switch: |
|
Silent Uninstall Switch: | MsiExec.exe /x {26A24AE4-039D-4CA4-87B4-2F86418051F0} /qn |
Repair Command: | MsiExec.exe /fa {26A24AE4-039D-4CA4-87B4-2F86418051F0} /qn |
Download Link: | https://download.oracle.com/otn/java/jdk/8u51-b16/jre-8u51-windows-x64.exe |
PowerShell Script: | https://silentinstallhq.com/java-8-runtime-environment-install-and-uninstall-powershell/ |
Java SE Development Kit 8 Update 51 (32-bit) Silent Install (MSI)
- Sign in to your Oracle account (Create an account if you don’t have one)
- https://login.oracle.com/mysso/signon.jsp
- Download the Java JDK 8 Update 51 (32-bit) Installer
- https://download.oracle.com/otn/java/jdk/8u51-b16/jdk-8u51-windows-i586.exe
- Download the EXE file to a folder created at (C:\Downloads)
- Manually launch the jdk-8u51-windows-i586.exe
- On the Java SE Development Kit 8 Update 51 – Setup window, Click Next
- Once you see the Java SE Development Kit 8 Update 51 – Custom Setup window, Navigate to C:\Users\%username%\AppData\LocalLow\Sun\Java\
- Copy the jdk1.8.0_51 folder to C:\Downloads
- Cancel & Close the “Java SE Development Kit 8 Update 51 – Custom Setup” window
- Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
- Navigate to the C:\Downloads\jdk1.8.0_51 folder
- Enter the following command:
MsiExec.exe /i jdk1.8.0_51.msi /qn
- Press Enter
After a few moments you will find Java entries in the Start Menu, Installation Directory, and Programs and Features in the Control Panel.
Software Title: | Java JDK 8 Update 51 (32-bit) |
Vendor: | Oracle Corporation |
Version: | 8.0.510.16 |
Architecture: | x86 |
Installer Type: | MSI |
Silent Install Switch: |
|
Silent Uninstall Switch: | MsiExec.exe /x {32A3A4F4-B792-11D6-A78A-00B0D0180510} /qn |
Repair Command: | MsiExec.exe /fa {32A3A4F4-B792-11D6-A78A-00B0D0180510} /qn |
Download Link: | https://download.oracle.com/otn/java/jdk/8u51-b16/jdk-8u51-windows-i586.exe |
PowerShell Script: | https://silentinstallhq.com/java-8-development-kit-install-and-uninstall-powershell/ |
Java SE Development Kit 8 Update 51 (64-bit) Silent Install (MSI)
- Sign in to your Oracle account (Create an account if you don’t have one)
- https://login.oracle.com/mysso/signon.jsp
- Download the Java JDK 8 Update 51 (64-bit) Installer
- https://download.oracle.com/otn/java/jdk/8u51-b16/jdk-8u51-windows-x64.exe
- Download the EXE file to a folder created at (C:\Downloads)
- Manually launch the jdk-8u51-windows-x64.exe
- On the Java SE Development Kit 8 Update 51 (64-bit) – Setup window, Click Next
- Once you see the Java SE Development Kit 8 Update 51 (64-bit) – Custom Setup window, Navigate to C:\Users\%username%\AppData\LocalLow\Sun\Java\
- Copy the jdk1.8.0_51_x64 folder to C:\Downloads
- Cancel & Close the “Java SE Development Kit 8 Update 51 (64-bit) – Custom Setup” window
- Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
- Navigate to the C:\Downloads\jdk1.8.0_51_x64 folder
- Enter the following command:
MsiExec.exe /i jdk1.8.0_51.msi /qn
- Press Enter
After a few moments you will find Java entries in the Start Menu, Installation Directory, and Programs and Features in the Control Panel.
Software Title: | Java JDK 8 Update 51 (64-bit) |
Vendor: | Oracle Corporation |
Version: | 8.0.510.16 |
Architecture: | x64 |
Installer Type: | MSI |
Silent Install Switch: |
|
Silent Uninstall Switch: | MsiExec.exe /x {64A3A4F4-B792-11D6-A78A-00B0D0180510} /qn |
Repair Command: | MsiExec.exe /fa {64A3A4F4-B792-11D6-A78A-00B0D0180510} /qn |
Download Link: | https://download.oracle.com/otn/java/jdk/8u51-b16/jdk-8u51-windows-x64.exe |
PowerShell Script: | https://silentinstallhq.com/java-8-development-kit-install-and-uninstall-powershell/ |
The information above provides a quick overview of the software title, vendor, silent install, and silent uninstall switches. The download links provided take you directly to the vendors website. Continue reading if you are interested in additional details and configurations.
Additional Configurations
Create an Installation Log File
The Java installers offer the option to generate a log file during installation to assist with troubleshooting should any problems arise. You can use the following commands to create a verbose log file with details about the installation.
Java JRE 8 Update 51 (32-bit) Silent Install (EXE) with Logging
jre-8u51-windows-i586.exe /s /L C:\Windows\Temp\jre-8u51x86.log |
Option 1 |
jre-8u51-windows-i586.exe INSTALL_SILENT=1 /L C:\Windows\Temp\jre-8u51x86.log |
Option 2 |
Java JRE 8 Update 51 (32-bit) Silent Install (MSI) with Logging
MsiExec.exe /i jre1.8.0_51.msi /qn /L*v "%WINDIR%\Temp\jre-8u51x86.log"
Java JRE 8 Update 51 (64-bit) Silent Install (EXE) with Logging
|
Option 1 |
|
Option 2 |
Java JRE 8 Update 51 (64-bit) Silent Install (MSI) with Logging
/L*v "%WINDIR%\Temp\jre-8u51x64.log"MsiExec.exe /i jre1.8.0_51.msi /qn
Java JDK 8 Update 51 (32-bit) Silent Install (EXE) with Logging
|
Option 1 |
|
Option 2 |
Java JDK 8 Update 51 (32-bit) Silent Install (MSI) with Logging
/L*v "%WINDIR%\Temp\jdk-8u51x86.log"MsiExec.exe /i jdk1.8.0_51.msi /qn
Java JDK 8 Update 51 (64-bit) Silent Install (EXE) with Logging
|
Option 1 |
|
Option 2 |
Java JDK 8 Update 51 (64-bit) Silent Install (MSI) with Logging
/L*v "%WINDIR%\Temp\jdk-8u51x64.log"MsiExec.exe /i jdk1.8.0_51.msi /qn
Disable the Auto Update Feature
Java JRE 8 Update 51 (32-bit) Silent Install (EXE) with Auto Update Disabled
jre-8u51-windows-i586.exe /s AUTO_UPDATE=0 |
Option 1 |
jre-8u51-windows-i586.exe /s AUTO_UPDATE=Disable |
Option 2 |
jre-8u51-windows-i586.exe INSTALL_SILENT=1 AUTO_UPDATE=0 |
Option 3 |
jre-8u51-windows-i586.exe INSTALL_SILENT=Enable AUTO_UPDATE=Disable |
Option 4 |
Java JRE 8 Update 51 (64-bit) Silent Install (EXE) with Auto Update Disabled
|
Option 1 |
|
Option 2 |
|
Option 3 |
|
Option 4 |
Java JDK 8 Update 51 (32-bit) Silent Install (EXE) with Auto Update Disabled
|
Option 1 |
|
Option 2 |
|
Option 3 |
|
Option 4 |
Java JDK 8 Update 51 (64-bit) Silent Install (EXE) with Auto Update Disabled
|
Option 1 |
|
Option 2 |
|
Option 3 |
|
Option 4 |
Suppress End User License Agreement (EULA)
Java JRE 8 Update 51 (32-bit) Silent Install (EXE) with EULA Suppressed
jre-8u51-windows-i586.exe /s EULA=0 |
Option 1 |
jre-8u51-windows-i586.exe /s |
Option 2 |
jre-8u51-windows-i586.exe INSTALL_SILENT=1 |
Option 3 |
jre-8u51-windows-i586.exe INSTALL_SILENT= |
Option 4 |
Java JRE 8 Update 51 (64-bit) Silent Install (EXE) with EULA Suppressed
|
Option 1 |
|
Option 2 |
|
Option 3 |
|
Option 4 |
Java JDK 8 Update 51 (32-bit) Silent Install (EXE) with EULA Suppressed
|
Option 1 |
|
Option 2 |
|
Option 3 |
|
Option 4 |
Java JDK 8 Update 51 (64-bit) Silent Install (EXE) with EULA Suppressed
|
Option 1 |
|
Option 2 |
|
Option 3 |
|
Option 4 |
Change Default Installation Directory (First Time Installs Only)
You can change the default installation directory by using the following command line parameters. In this example, I’m installing Java to “C:\Java”
Java JRE 8 Update 51 32-bit (EXE)
jre-8u51-windows-i586.exe /s INSTALLDIR=C:\Java |
Option 1 |
jre-8u51-windows-i586.exe INSTALL_SILENT=1 INSTALLDIR=C:\Java |
Option 2 |
jre-8u51-windows-i586.exe INSTALL_SILENT=Enable INSTALLDIR=C:\Java |
Option 3 |
Java JRE 8 Update 51 64-bit (EXE)
|
Option 1 |
|
Option 2 |
|
Option 3 |
Java JDK 8 Update 51 32-bit (EXE)
|
Option 1 |
|
Option 2 |
jdk-8u51-windows-i586.exe INSTALL_SILENT=Enable INSTALLDIR=C:\Java |
Option 3 |
Java JDK 8 Update 51 64-bit (EXE)
|
Option 1 |
|
Option 2 |
|
Option 3 |
Exclude Java Start Menu Items
Java JRE 8 Update 51 (32-bit) Silent Install (EXE) with Start Menu Items Excluded
jre-8u51-windows-i586.exe /s NOSTARTMENU=1 |
Option 1 |
jre-8u51-windows-i586.exe /s |
Option 2 |
jre-8u51-windows-i586.exe INSTALL_SILENT=1 NOSTARTMENU=1 |
Option 3 |
|
Option 4 |
Java JRE 8 Update 51 (64-bit) Silent Install (EXE) with Start Menu Items Excluded
|
Option 1 |
|
Option 2 |
|
Option 3 |
|
Option 4 |
Java JDK 8 Update 51 (32-bit) Silent Install (EXE) with Start Menu Items Excluded
|
Option 1 |
|
Option 2 |
|
Option 3 |
|
Option 4 |
Java JDK 8 Update 51 (64-bit) Silent Install (EXE) with Start Menu Items Excluded
|
Option 1 |
|
Option 2 |
|
Option 3 |
|
Option 4 |
Suppress Java Reboot
Java JRE 8 Update 51 (32-bit) Silent Install (EXE) with No Reboot
jre-8u51-windows-i586.exe /s REBOOT=0 |
Option 1 |
jre-8u51-windows-i586.exe /s |
Option 2 |
jre-8u51-windows-i586.exe INSTALL_SILENT=1 |
Option 3 |
|
Option 4 |
Java JRE 8 Update 51 (64-bit) Silent Install (EXE) with No Reboot
|
Option 1 |
|
Option 2 |
|
Option 3 |
|
Option 4 |
Java JDK 8 Update 51 (32-bit) Silent Install (EXE) with No Reboot
|
Option 1 |
|
Option 2 |
|
Option 3 |
|
Option 4 |
Java JDK 8 Update 51 (64-bit) Silent Install (EXE) with No Reboot
|
Option 1 |
|
Option 2 |
|
Option 3 |
|
Option 4 |
Remove All Out-Of-Date Java JRE Versions
Java JRE 8 Update 51 (32-bit) Silent Install (EXE) with Old JRE Versions Removed
|
Option 1 |
|
Option 2 |
|
Option 3 |
|
Option 4 |
Java JRE 8 Update 51 (64-bit) Silent Install (EXE) with Old JRE Versions Removed
|
Option 1 |
|
Option 2 |
|
Option 3 |
|
Option 4 |
Java JRE Static Installation
If you perform a static installation of the JRE (by specifying the command-line or configuration file option STATIC=1), then the Java Auto Update feature will leave that JRE installed during a Java update. A later version of the same JRE family will be installed in a separate directory. This mode ensures that vendors, who require a specific version of the JRE for their product, can be certain that the JRE will not be overwritten by a newer version.
Java JRE 8 Update 51 (32-bit) Silent Install (EXE) with Static Configuration
|
Option 1 |
|