Java 64 bits msi

Java 64 bits msi

You can use the Oracle Java SE 8 JRE MSI Installer (MSI Enterprise JRE Installer) to install and uninstall the Java Runtime Environment (JRE) for Windows.

The Oracle Java SE 8 JRE MSI Installer is delivered as a Microsoft Software Installer (MSI) file, and is only available to customers for download through My Oracle Support (MOS). This guide refers to the Oracle Java SE 8 JRE MSI Installer as the JRE MSI Installer for simplicity.

The JRE MSI Installer enables you to install the JRE across your enterprise. The JRE MSI Installer is packaged as a «pure» .msi installer and runs with minimal dialogs. It can be used with system management software, such as Systems Management Server (SMS) and Systems Center Configuration Manager (SCCM). These software management suites enable you to deploy software across your enterprise. In addition to the features and options that you can specify with the JRE MSI Installer, you can specify a Java Usage Tracker configuration file and a deployment rule set. It supports silent installation of the JRE, and is customizable by using command line parameters, a parameter file, or third-party MSI customization tools.

This section includes the following topics:

Prerequisites and System Requirements

Before installing the JRE, verify that your system meets the system requirements and you are aware of the prerequisites for installation.

Review the Consolidated Release Notes for JDK 8 and JDK 8 Update Releases for New Features, Removed Features and Options, Known Issues, and Other Notes of importance about the version that you are installing.

See Oracle JDK 8 and JRE 8 Certified System Configurations for information about supported platforms, operating systems, and browsers.

If you need additional help when using the JRE MSI Installer to install the JDK 8 JRE, such as assistance for a unique or exceptional use case or situation, contact My Oracle Support.

Downloading the JRE MSI Installer

You can install JRE 8 updates and patches by downloading the appropriate Oracle JRE 8 Enterprise Installer (JRE MSI Installer) for your system from My Oracle Support (MOS).

The JRE MSI installers for JRE 8u371 and JRE 8u381 GA removed the ability to retain older JRE versions already installed on disk. (The REMOVEOLDERJRES option was disabled in these versions.) Customers that need to retain older JRE versions should get the 8u381 b32 or later BPR in My Oracle Support.

  1. Go to the page Supported Java SE and Java Component Downloads on MOS (Doc ID 1439822.2) on My Oracle Support (MOS).
  2. Click the JDK 8 tab in Supported Java SE and Java Component Downloads on MOS (Doc ID 1439822.2) to open the list of supported JDK 8 downloads. The most recent updates appear at the top of the list.
  3. In the list of descriptions, locate the installer for the JRE version and build that you need to install and click the Patch ID link. The Patches & Updates tab opens and displays a Patch Simple Search Results table containing detailed information about the patch.
  4. Verify the version and build in the Description are for the JRE MSI Installer that you need and then click the Patch Name link to open the patch download panel.
  5. In the Platform drop-down list, select your operating system and then click the Download button.
  6. A new dialog box appears that contains the download link to the JRE MSI Installer .zip file. Click the link and choose Save As from the pop-up menu to download the file to the directory of your choice.
Читайте также:  My html page

Running the JRE MSI Installer

Run the JRE MSI Installer downloaded from My Oracle Support (MOS) to install JRE 8 updates and patches.

You must have administrator permissions to install JRE 8 updates.

  1. Extract the contents of the .zip file downloaded from MOS to a directory of your choice.
  2. Identify the JRE MSI Installer options and default values that you need to install the JRE have been identified. The options are listed in JRE MSI Installer Configuration Options. You can also use standard Windows Installer options (see Microsoft Standard Installer command-line options).
  3. If a configuration file is needed, verify that the configuration file has either been created or an existing configuration file has been updated with the options that you need. See Creating a JRE MSI Installer Configuration File.
  4. Navigate to the directory in which you unzipped the .msi installer, and, in the Command Prompt, run the installer in either Basic UI mode or in Silent (or unattended) mode. 8u371 (or later) installers do not allow you to install the same or an older JRE 8 version than the one already installed. To install an older version of the JRE, you must uninstall the current version before running the JRE MSI Installer for that older version. When you use the older version’s installer (earlier than 8u371), the options for that version are still available.
  5. Basic UI mode: Use this mode to have the installer display prompts and dialog boxes as it runs. This is the default setting and use of /qb in the command line is optional.
msiexec.exe /i installer.msi [INSTALLCFG=configuration_file_path] [options] /qb

Note: If you have a service running using Java, Java will not be updated. You must stop the service to update Java.

msiexec.exe /i installer.msi [INSTALLCFG=configuration_file_path] [options] /qn 

Both the Basic UI mode and the Silent (unattended) mode command lines above contain the following variables:

  • installer.msi : The name of the JRE MSI Installer that you extracted from the .zip file.
  • configuration_file_path : The path of the optional JRE MSI Installer configuration file. See Using a JRE MSI Installer Configuration File to Install the JRE.
  • options : Options with specified values, separated by spaces. You can use the options as listed in JRE MSI Installer Configuration Options. You can also use standard Windows Installer options described in Microsoft Standard Installer command-line options.

Creating a Log File

You can use a log file to verify that an installation succeeded.

To create a log file describing the installation, append /L C:\ path \setup.log to the install command and scroll to the end of the log file to verify. Additional logging information is also added to %TEMP%\jusched.log . The log file for the JRE MSI Installer follows standard MSI processes. Logged error conditions and events collected in the log file are documented in Windows Installer Logging documentation.

The following is an example of creating a log file:

msiexec.exe /i installer.msi /L C:\path\setup.log 

This example causes the log to be written to the C:\ path \setup.log file.

Источник

Java Downloads

JDK 20 is the latest release of Java SE Platform and JDK 17 LTS is the latest long-term support release for the Java SE platform.

JDK Development Kit 20.0.2 downloads

JDK 20 binaries are free to use in production and free to redistribute, at no cost, under the Oracle No-Fee Terms and Conditions.

JDK 20 will receive updates under these terms, until September 2023 when it will be superseded by JDK 21.

Release information

JDK Development Kit 17.0.8 downloads

JDK 17 binaries are free to use in production and free to redistribute, at no cost, under the Oracle No-Fee Terms and Conditions.

JDK 17 will receive updates under these terms, until September 2024, a year after the release of the next LTS.

Release information

GraalVM for JDK 20.0.2 downloads

GraalVM for JDK 20 binaries are free to use in production and free to redistribute, at no cost, under the GraalVM Free Terms and Conditions.

GraalVM for JDK 20 will receive updates under these terms, until September 2023 when it will be superseded by GraalVM for JDK 21.

Oracle GraalVM uses the Graal just-in-time compiler and includes the Native Image feature as optional early adopter technology.

Native Image is extensively tested and supported for use in production, but is not a conformant implementation of the Java Platform. GraalVM for JDK 20 without the Native Image feature included is available for customers at My Oracle Support.

Release information

GraalVM for JDK 17.0.8 downloads

GraalVM for JDK 17 binaries are free to use in production and free to redistribute, at no cost, under the GraalVM Free Terms and Conditions.

GraalVM for JDK 17 will receive updates under these terms, until September 2024, a year after the release of the next LTS.

Oracle GraalVM uses the Graal just-in-time compiler and includes the Native Image feature as optional early adopter technology.

Native Image is extensively tested and supported for use in production, but is not a conformant implementation of the Java Platform. GraalVM for JDK 17 without the Native Image feature included is available for customers at My Oracle Support.

Release information

Script-friendly Download URLs

The URLs listed above will remain the same for update releases to allow their use in scripts.

Java logo

Protect your investment—and more

Java SE subscribers get support for JDK 17, receive updates until at least October 2029, are entitled to GraalVM Enterprise, Java Management Service, and bundled patch releases (BPRs) with fixes not yet available to nonsubscribers, and more.

Java SE subscribers have more choices

Also available for development, personal use, and to run other licensed Oracle products.

Java SE Development Kit 8u381

Java SE subscribers will receive JDK 8 updates until at least December 2030.

The Oracle JDK 8 license changed in April 2019

The Oracle Technology Network License Agreement for Oracle Java SE is substantially different from prior Oracle JDK 8 licenses. This license permits certain uses, such as personal use and development use, at no cost — but other uses authorized under prior Oracle JDK licenses may no longer be available. Please review the terms carefully before downloading and using this product. FAQs are available here.

Commercial license and support are available for a low cost with Java SE Universal Subscription.

Java SE 8u381 checksums and OL 8 GPG Keys for RPMs

JRE 8

Java SE Runtime Environment 8u381

Server JRE 8

Server JRE (Java SE Runtime Environment) 8u381

Which Java 8 package do I need?

Software developers: Java SE Development Kit (JDK) For Java developers. Includes a complete JRE plus tools for developing, debugging, and monitoring Java applications.

Running headless Linux workloads at or near your systems’ CPU or memory limits Enterprise Performance Pack brings significant memory and performance improvements including modern garbage collection algorithms, reduced memory usage and many other optimizations. Learn more

Administrators running applications on a server Server Java Runtime Environment (Server JRE). For deploying Java applications on servers. Includes tools for JVM monitoring and tools commonly required for server applications, but does not include browser integration (Java plug-in), auto-update, or an installer. Learn more

End user running Java on a desktop: Java Runtime Environment (JRE) Covers most end-users needs. Contains everything required to run Java applications on your system.

Release information

Источник

Оцените статью