Jdk 8u341 windows x64 exe

  • Skip to content
  • Accessibility Policy

Java SE 8 Archive Downloads (JDK 8u211 and later)

Go to the Oracle Java Archive page.

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.

Important Oracle JDK License Update

The Oracle JDK License has changed for releases starting April 16, 2019.

The new Oracle Technology Network License Agreement for Oracle Java SE is substantially different from prior Oracle JDK licenses. The new 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. An FAQ is available here.

Commercial license and support is available with a low cost Java SE Subscription.

Oracle also provides the latest OpenJDK release under the open source GPL License at jdk.java.net.

WARNING: Older versions of the 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.

For production use Oracle recommends downloading the latest JDK version.

Only developers and enterprise administrators should download these releases.

For current Java releases, please visit Oracle Java SE Downloads.

A newer version of Java has been released by Oracle, which is Java 8 Update 341 (JDK 8u341). This is required to run applications and programs written in the Java programming language. Moreover, this update addresses 349 security vulnerabilities which you can read here.

Oracle, as well as Itechtics, recommends that you update your Java version to the latest release since it not only includes functional improvements but keeps your system secure through security patches.

Let us now see what other improvements have been made with this release, and then continue to download and install it.

Table of Contents

Release Summary

  • Latest Java Version: Java 8 Update 341-b10
  • Release date: July 19h, 2022 (All version release dates here)
  • Compatible OS: Windows 11, Windows 10, Windows 8 and Windows 7, MacOS, Linux, and Solaris
  • License: Free

Changes and Fixes

Java 8 Update 341 comes with the following updates:

  • TLS 1.3 is now enabled by default on JDK 8 for client roles.
  • HTTPS channel binding support has been added for Java GSS/Kerberos.
  • java.net.InetAddress has been updated to detect ambiguous IPv4 address literals.
  • JDK bundle extensions have been truncated when they are downloaded using Mozilla Firefox version 102 and above.
  • The vector should now throw ClassNotFoundException for a missing class of an element.
  • The default JDK compressor will now be closed when an IOException is encountered

You can read the complete change log in the release notes.

Download Java 8 Update 341

Direct Offline JRE Downloads

Click on the following links to download the respective offline installers:

Download Java 8 Update 341 for Windows (x64) – Offline

Download Java 8 Update 341 for Windows (x86) – Offline

Download Java 8 Update 341 for MacOS (Version 10.7.3 and above)

Download Java 8 Update 341 for Linux x64 (RPM)

Download Java 8 Update 341 for Linux x64 (TAR.GZ)

Download Java 8 Update 341 for Linux (RPM)

Download Java 8 Update 341 for Linux (TAR.GZ)

Download Java 8 Update 341 for Solaris x64

Download Java 8 Update 341 for Solaris SPARC x64

Download Offline JDKs

To download JDKs and other JREs, perform these steps:

Note: Downloads from Oracle.com require you to accept the license agreement.

  1. Open the Oracle Java download page.

  2. Here you will see a list of products to download (both JREs and JDKs are available for all supported platforms). Click on the download button beside your desired product. All downloads on this page are offline installers.

    Download

    Download Java
  3. Accept the license agreement and then click the download button below it.

    download 2

    Accept license and download
  4. You will be redirected to Oracle’s sign-in page. If you already have an account, just sign in using your credentials, or click sign up to create an account. Once signed in, the download will begin automatically.

How to Install Java

Installing the downloaded package is pretty easy. Perform the following steps to install it on a Windows PC:

  1. Run the download package to begin installing Java. The installation wizard will then open. Click Install.

    Install 2

    Install Java
  2. Java will now begin the installation. This step should only take about a minute. Once installed, click Close.

    Close wizard

    Close wizard

How to Check Java Version

To check the currently installed Java version on your PC, you can use the “Java uninstall tool.” It lists down all the installed java versions. You can also use the tool to uninstall different versions installed on your computer.

Check Java version

Check Java version using Uninstall Tool

You can get the Java Uninstall Tool from this page.

You can also learn other methods to uninstall Java from your PC.

JDK VS JRE

Java Runtime Environment (JRE) is a piece of software that is installed on your computer that allows you to run applications developed in Java on your device. It provides certain libraries and other components that are required to run a Java program.

JRE also includes Java Virtual Machine (JVM), which is an engine also required to run Java applications on a machine. This engine is included in the JRE package and cannot be installed separately.

The Java Development Kit (JDK) is a development kit that includes both the JRE and the JVM. If you are looking to create your own Java applets, then JDK is what you need. If you have JDK already installed on your device, you do not require to install JRE separately, unless a different version is required.

This should clear up if you want to install JRE or the JDK.

Java 8 Update History

Java 8 Version Release Date Description
Java 8 Update 401 16-Jan-24 New system property and JDK flight recorder even for deserialization added. Plethora of bug fixes and security patches.
Java 8 Update 391 17-Oct-23 30 bug fixes, includes a new JFR event, removed SECOM Trust System’s RootCA1 Root Certificate and Linux ARM32 support, and some other changes
Java 8 Update 381 18-Jul-23 52 bug fixes, the addition of Chinese characters, JDK accepts RSA keys in PKCS#1 format.
Java 8 Update 371 18-Apr-23 54 bug fixes, older SSL versions removed, GSS-API support added.
Java 8 Update 361 17-Jan-23 372 security patches, FXML JavaScript Engine disabled by default, and other changes
Java 8 Update 351 18-Oct-22 The default PKCS12 MAC algorithm was updated.
Java 8 Update 341 19-Jul-22 TLS 1.3 enabled by default.
Java 8 Update 333 2-May-22 Windows alternate data streams enabled by default.
Java 8 Update 291 20-Apr-22 New HARICA root certificates added.
Java 8 Update History Summary

More Java Updates

Instantly share code, notes, and snippets.



  • Star

    (927)


    You must be signed in to star a gist



  • Fork

    (115)


    You must be signed in to fork a gist



    • Learn more about clone URLs

    Clone this repository at <script src="https://gist.github.com/wavezhang/ba8425f24a968ec9b2a8619d7c2d86a6.js"></script>

  • Save wavezhang/ba8425f24a968ec9b2a8619d7c2d86a6 to your computer and use it in GitHub Desktop.



  • Learn more about clone URLs

Clone this repository at <script src="https://gist.github.com/wavezhang/ba8425f24a968ec9b2a8619d7c2d86a6.js"></script>

Save wavezhang/ba8425f24a968ec9b2a8619d7c2d86a6 to your computer and use it in GitHub Desktop.

download java from oracle without login


This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters

Show hidden characters

wget -c —no-cookies —no-check-certificate —header «Cookie: oraclelicense=accept-securebackup-cookie« https://download.oracle.com/otn-pub/java/jdk/12.0.2+10/e482c34c86bd4bf8b56c0b35558996b9/jdk-12.0.2_linux-x64_bin.tar.gz

If you can add 8u20 please.

Java 8 Update 341

  • Release notes
    • https://www.oracle.com/java/technologies/javase/8u341-relnotes.html
  • JRE for Windows:
    • x64
      • https://javadl.oracle.com/webapps/download/AutoDL?BundleId=246808_424b9da4b48848379167015dcc250d8d
    • x86
      • https://javadl.oracle.com/webapps/download/AutoDL?BundleId=246806_424b9da4b48848379167015dcc250d8d
  • JDK for Windows:
    • x64
      • https://javadl.oracle.com/webapps/download/GetFile/1.8.0_341-b10/424b9da4b48848379167015dcc250d8d/windows-i586/jdk-8u341-windows-x64.exe
    • x86
      • https://javadl.oracle.com/webapps/download/GetFile/1.8.0_341-b10/424b9da4b48848379167015dcc250d8d/windows-i586/jdk-8u341-windows-i586.exe

Java 8 Update 341

  • Release notes

    • https://www.oracle.com/java/technologies/javase/8u341-relnotes.html
  • JRE for Windows:

    • x64

      • https://javadl.oracle.com/webapps/download/AutoDL?BundleId=246808_424b9da4b48848379167015dcc250d8d
    • x86

      • https://javadl.oracle.com/webapps/download/AutoDL?BundleId=246806_424b9da4b48848379167015dcc250d8d
  • JDK for Windows:

    • x64

      • https://javadl.oracle.com/webapps/download/GetFile/1.8.0_341-b10/424b9da4b48848379167015dcc250d8d/windows-i586/jdk-8u341-windows-x64.exe
    • x86

      • https://javadl.oracle.com/webapps/download/GetFile/1.8.0_341-b10/424b9da4b48848379167015dcc250d8d/windows-i586/jdk-8u341-windows-i586.exe

Many thanks!

A bit out of scope perhaps, but alot of people here download an elder java version to connect to prehistoric hardware console redirection.
I’ve made a small package that uses a security modified version of JDK 1.8 and icedtea by adoptopen.
That package allows to use old security protocols and ciphers, and should allow to connect to a fair big number of old hardware using java jnlp files.
See https://github.com/netinvent/ipmi-starter

JDK 8u361

  • https://cfdownload.adobe.com/pub/adobe/coldfusion/java/java8/java8u361/jdk/jdk-8u361-linux-i586.rpm
  • https://cfdownload.adobe.com/pub/adobe/coldfusion/java/java8/java8u361/jdk/jdk-8u361-linux-i586.tar.gz
  • https://cfdownload.adobe.com/pub/adobe/coldfusion/java/java8/java8u361/jdk/jdk-8u361-linux-x64.rpm
  • https://cfdownload.adobe.com/pub/adobe/coldfusion/java/java8/java8u361/jdk/jdk-8u361-linux-x64.tar.gz
  • https://cfdownload.adobe.com/pub/adobe/coldfusion/java/java8/java8u361/jdk/jdk-8u361-macosx-x64.dmg
  • https://cfdownload.adobe.com/pub/adobe/coldfusion/java/java8/java8u361/jdk/jdk-8u361-solaris-sparcv9.tar.gz
  • https://cfdownload.adobe.com/pub/adobe/coldfusion/java/java8/java8u361/jdk/jdk-8u361-windows-i586.exe
  • https://cfdownload.adobe.com/pub/adobe/coldfusion/java/java8/java8u361/jdk/jdk-8u361-windows-i586.zip
  • https://cfdownload.adobe.com/pub/adobe/coldfusion/java/java8/java8u361/jdk/jdk-8u361-windows-x64.exe
  • https://cfdownload.adobe.com/pub/adobe/coldfusion/java/java8/java8u361/jdk/jdk-8u361-windows-x64.zip

Java SE 8u361 Runtime Environment

  • https://cfdownload.adobe.com/pub/adobe/coldfusion/java/java8/java8u361/jre/jre-8u361-linux-i586.rpm
  • https://cfdownload.adobe.com/pub/adobe/coldfusion/java/java8/java8u361/jre/jre-8u361-linux-i586.tar.gz
  • https://cfdownload.adobe.com/pub/adobe/coldfusion/java/java8/java8u361/jre/jre-8u361-linux-x64.rpm
  • https://cfdownload.adobe.com/pub/adobe/coldfusion/java/java8/java8u361/jre/jre-8u361-linux-x64.tar.gz
  • https://cfdownload.adobe.com/pub/adobe/coldfusion/java/java8/java8u361/jre/jre-8u361-macosx-x64.dmg
  • https://cfdownload.adobe.com/pub/adobe/coldfusion/java/java8/java8u361/jre/jre-8u361-solaris-sparcv9.tar.gz
  • https://cfdownload.adobe.com/pub/adobe/coldfusion/java/java8/java8u361/jre/jre-8u361-windows-i586.exe
  • https://cfdownload.adobe.com/pub/adobe/coldfusion/java/java8/java8u361/jre/jre-8u361-windows-x64.exe

Java SE 11.0.18

  • https://cfdownload.adobe.com/pub/adobe/coldfusion/java/java11/java11018/jdk-11.0.18_linux-x64_bin.deb
  • https://cfdownload.adobe.com/pub/adobe/coldfusion/java/java11/java11018/jdk-11.0.18_linux-x64_bin.rpm
  • https://cfdownload.adobe.com/pub/adobe/coldfusion/java/java11/java11018/jdk-11.0.18_linux-x64_bin.tar.gz
  • https://cfdownload.adobe.com/pub/adobe/coldfusion/java/java11/java11018/jdk-11.0.18_macos-x64_bin.dmg
  • https://cfdownload.adobe.com/pub/adobe/coldfusion/java/java11/java11018/jdk-11.0.18_solaris-sparcv9_bin.tar.gz
  • https://cfdownload.adobe.com/pub/adobe/coldfusion/java/java11/java11018/jdk-11.0.18_windows-x64_bin.exe
  • https://cfdownload.adobe.com/pub/adobe/coldfusion/java/java11/java11018/jdk-11.0.18_windows-x64_bin.zip

Or

JDK 8u361

  • jdk-8u361-docs-all.zip: https://javadl.oracle.com/webapps/download/AutoDL?BundleId=247919_0ae14417abb444ebb02b9815e2103550
  • jdk-8u361-linux-aarch64.rpm: https://javadl.oracle.com/webapps/download/AutoDL?BundleId=247920_0ae14417abb444ebb02b9815e2103550
  • jdk-8u361-linux-aarch64.tar.gz: https://javadl.oracle.com/webapps/download/AutoDL?BundleId=247921_0ae14417abb444ebb02b9815e2103550
  • jdk-8u361-linux-arm32-vfp-hflt.tar.gz: https://javadl.oracle.com/webapps/download/AutoDL?BundleId=247922_0ae14417abb444ebb02b9815e2103550
  • jdk-8u361-linux-i586.rpm: https://javadl.oracle.com/webapps/download/AutoDL?BundleId=247923_0ae14417abb444ebb02b9815e2103550
  • jdk-8u361-linux-i586.tar.gz: https://javadl.oracle.com/webapps/download/AutoDL?BundleId=247924_0ae14417abb444ebb02b9815e2103550
  • jdk-8u361-linux-x64.rpm: https://javadl.oracle.com/webapps/download/AutoDL?BundleId=247925_0ae14417abb444ebb02b9815e2103550
  • jdk-8u361-linux-x64.tar.gz: https://javadl.oracle.com/webapps/download/AutoDL?BundleId=247926_0ae14417abb444ebb02b9815e2103550
  • jdk-8u361-macosx-x64.dmg: https://javadl.oracle.com/webapps/download/AutoDL?BundleId=247927_0ae14417abb444ebb02b9815e2103550
  • jdk-8u361-solaris-sparcv9.tar.Z: https://javadl.oracle.com/webapps/download/AutoDL?BundleId=247928_0ae14417abb444ebb02b9815e2103550
  • jdk-8u361-solaris-sparcv9.tar.gz: https://javadl.oracle.com/webapps/download/AutoDL?BundleId=247929_0ae14417abb444ebb02b9815e2103550
  • jdk-8u361-solaris-x64.tar.Z: https://javadl.oracle.com/webapps/download/AutoDL?BundleId=247930_0ae14417abb444ebb02b9815e2103550
  • jdk-8u361-solaris-x64.tar.gz: https://javadl.oracle.com/webapps/download/AutoDL?BundleId=247931_0ae14417abb444ebb02b9815e2103550
  • jdk-8u361-windows-i586.exe: https://javadl.oracle.com/webapps/download/AutoDL?BundleId=247932_0ae14417abb444ebb02b9815e2103550
  • jdk-8u361-windows-x64.exe: https://javadl.oracle.com/webapps/download/AutoDL?BundleId=247933_0ae14417abb444ebb02b9815e2103550

Java SE 8u361 Runtime Environment

  • jre-8u361-fcs-bin-b09-macosx-x64-09_jan_2023_au.dmg: https://javadl.oracle.com/webapps/download/AutoDL?BundleId=247934_0ae14417abb444ebb02b9815e2103550
  • jre-8u361-linux-i586.rpm: https://javadl.oracle.com/webapps/download/AutoDL?BundleId=247935_0ae14417abb444ebb02b9815e2103550
  • jre-8u361-linux-i586.tar.gz: https://javadl.oracle.com/webapps/download/AutoDL?BundleId=247936_0ae14417abb444ebb02b9815e2103550
  • jre-8u361-linux-x64.rpm: https://javadl.oracle.com/webapps/download/AutoDL?BundleId=247937_0ae14417abb444ebb02b9815e2103550
  • jre-8u361-linux-x64.tar.gz: https://javadl.oracle.com/webapps/download/AutoDL?BundleId=247938_0ae14417abb444ebb02b9815e2103550
  • jre-8u361-macosx-x64.dmg: https://javadl.oracle.com/webapps/download/AutoDL?BundleId=247939_0ae14417abb444ebb02b9815e2103550
  • jre-8u361-macosx-x64.tar.gz: https://javadl.oracle.com/webapps/download/AutoDL?BundleId=247940_0ae14417abb444ebb02b9815e2103550
  • jre-8u361-solaris-sparcv9.tar.gz: https://javadl.oracle.com/webapps/download/AutoDL?BundleId=247941_0ae14417abb444ebb02b9815e2103550
  • jre-8u361-solaris-x64.tar.gz: https://javadl.oracle.com/webapps/download/AutoDL?BundleId=247942_0ae14417abb444ebb02b9815e2103550
  • jre-8u361-windows-au.exe: https://javadl.oracle.com/webapps/download/AutoDL?BundleId=247943_0ae14417abb444ebb02b9815e2103550
  • jre-8u361-windows-i586-iftw.exe: https://javadl.oracle.com/webapps/download/AutoDL?BundleId=247944_0ae14417abb444ebb02b9815e2103550
  • jre-8u361-windows-i586.exe: https://javadl.oracle.com/webapps/download/AutoDL?BundleId=247945_0ae14417abb444ebb02b9815e2103550
  • jre-8u361-windows-i586.tar.gz: https://javadl.oracle.com/webapps/download/AutoDL?BundleId=247946_0ae14417abb444ebb02b9815e2103550
  • jre-8u361-windows-x64.exe: https://javadl.oracle.com/webapps/download/AutoDL?BundleId=247947_0ae14417abb444ebb02b9815e2103550
  • jre-8u361-windows-x64.tar.gz: https://javadl.oracle.com/webapps/download/AutoDL?BundleId=247948_0ae14417abb444ebb02b9815e2103550

Server JRE 8u361

  • server-jre-8u361-linux-x64.tar.gz: https://javadl.oracle.com/webapps/download/AutoDL?BundleId=247963_0ae14417abb444ebb02b9815e2103550
  • server-jre-8u361-solaris-sparcv9.tar.gz: https://javadl.oracle.com/webapps/download/AutoDL?BundleId=247964_0ae14417abb444ebb02b9815e2103550
  • server-jre-8u361-solaris-x64.tar.gz: https://javadl.oracle.com/webapps/download/AutoDL?BundleId=247965_0ae14417abb444ebb02b9815e2103550
  • server-jre-8u361-windows-x64.tar.gz: https://javadl.oracle.com/webapps/download/AutoDL?BundleId=247966_0ae14417abb444ebb02b9815e2103550

Any chance someone can post a link for jdk-7u351-linux-x64.tar.gz ? would be much appreciated

Is there a reason why
jre-8u361-windows-x64.exe sha256sum is :
85d6326adab8ef537bba8880873a63d625dde9b200797793c17dfad6bf66d359
while it suppose to be :
419328f3a2325b1dc27f710abd73e232e9deac47915b4dba61a697b925b5b83d

jre-8u361-windows-i586.exe sha256sum is :
b9fb7ce56b36554f9e38e46977d7a57888b073b482d0a63349368e28ec92b4da
while it suppose to be :
9f894ca1b76c6d504a5f62e71963f186527110c617215afa9fe061fc7793195f

javadl.oracle.com

JDK 8u371

  • jdk-8u371-windows-x64.exe
  • jdk-8u371-windows-i586.exe
  • jdk-8u371-solaris-x64.tar.Z
  • jdk-8u371-solaris-x64.tar.gz
  • jdk-8u371-solaris-sparcv9.tar.Z
  • jdk-8u371-solaris-sparcv9.tar.gz
  • jdk-8u371-linux-x64.tar.gz
  • jdk-8u371-macosx-x64.dmg
  • jdk-8u371-linux-x64.rpm
  • jdk-8u371-linux-i586.rpm
  • jdk-8u371-linux-arm32-vfp-hflt.tar.gz
  • jdk-8u371-linux-aarch64.tar.gz
  • jdk-8u371-linux-i586.tar.gz

Java 8 Enterprise Performance Pack

  • jdk-8u371-perf-linux-aarch64.tar.gz
  • jdk-8u371-perf-linux-x64.tar.gz

JRE 8u371

  • jre-8u371-cb-windows-au.exe
  • jre-8u371-windows-x64.tar.gz
  • jre-8u371-windows-x64.exe
  • jre-8u371-windows-i586.tar.gz
  • jre-8u371-windows-i586.exe
  • jre-8u371-windows-i586-iftw.exe
  • jre-8u371-solaris-sparcv9.tar.gz
  • jre-8u371-windows-au.exe
  • jre-8u371-solaris-x64.tar.gz
  • jre-8u371-macosx-x64.dmg
  • jre-8u371-linux-x64.tar.gz
  • jre-8u371-linux-x64.rpm
  • jre-8u371-macosx-x64.tar.gz
  • jre-8u371-linux-i586.tar.gz
  • jre-8u371-linux-i586.rpm

Server JRE 8u371

  • server-jre-8u371-windows-x64.tar.gz
  • server-jre-8u371-solaris-x64.tar.gz
  • server-jre-8u371-solaris-sparcv9.tar.gz
  • server-jre-8u371-linux-x64.tar.gz

cfdownload.adobe.com

Java SE 11.0.19 (LTS)

  • jdk-11.0.19_linux-x64_bin.deb
  • jdk-11.0.19_linux-x64_bin.rpm
  • jdk-11.0.19_linux-x64_bin.tar.gz
  • jdk-11.0.19_macos-aarch64_bin.dmg
  • jdk-11.0.19_macos-x64_bin.dmg
  • jdk-11.0.19_solaris-sparcv9_bin.tar.gz
  • jdk-11.0.19_windows-x64_bin.exe
  • jdk-11.0.19_windows-x64_bin.zip

JDK 8u371

  • jdk-8u371-linux-x64.rpm
  • jdk-8u371-linux-x64.tar.gz
  • jdk-8u371-macosx-x64.dmg
  • jdk-8u371-solaris-sparcv9.tar.gz
  • jdk-8u371-linux-aarch64.tar.gz
  • jdk-8u371-linux-i586.rpm
  • jdk-8u371-linux-i586.tar.gz

JRE 8u371

  • jre-8u371-linux-i586.rpm
  • jre-8u371-linux-i586.tar.gz
  • jre-8u371-linux-x64.rpm
  • jre-8u371-linux-x64.tar.gz
  • jre-8u371-macosx-x64.dmg
  • jre-8u371-solaris-sparcv9.tar.gz
  • jre-8u371-windows-i586.exe
  • jre-8u371-windows-x64.exe

Yes, I am retarded.
I know how to compare checksums though.

I switched to OpenJDK and stopped worrying about Oracle JDK download links :D

Hi. Does anyone have a jdk 1.4 link for windows i586? please

I downloaded jdk 8u381, upload it here?

I downloaded jdk 8u381, upload it here?

Yes, please upload it. Thanks.

  • Windows
  • Developer Tools
  • Java Software
  • Java Development Kit (64bit) 8 Update 341

Java Development Kit (64bit)8 Update 341

Java Development Kit (JDK) is a comprehensive software development environment specifically designed for Java programming language. Developed by Oracle Corporation, JDK equips developers with all the necessary tools and resources to create, test, and deploy Java applications on various platforms.

The core components of JDK include the Java Runtime Environment (JRE), essential for running Java applications, and the Java Compiler (javac), responsible for translating Java source code into bytecode that can be executed on any Java Virtual Machine (JVM). Furthermore, JDK contains a variety of libraries, APIs, and debugging tools to streamline the development process and ensure high-quality code.

With JDK, developers have the flexibility to build applications for diverse environments, from desktops and servers to mobile devices and embedded systems. It also supports different operating systems, such as Windows, macOS, and various flavors of Linux.

JDK receives regular updates to keep up with the latest Java advancements, enhancing performance, security, and stability. Developers can download JDK for free from the official Oracle website and start exploring the vast Java ecosystem, which includes a myriad of open-source libraries, frameworks, and tools.

In conclusion, Java Development Kit is an indispensable toolkit for developers aiming to harness the power of Java to create robust, platform-independent applications efficiently. Its wide adoption across industries and continuous support from the Java community make it a fundamental choice for programming ventures of all sizes.

Key Features:

  • Compiler: Translates Java source code into bytecode.
  • Java Runtime Environment (JRE): Provides the environment to run Java applications.
  • Java Virtual Machine (JVM): Executes Java bytecode on various platforms.
  • Java API: Extensive libraries and APIs for building applications.
  • Development Tools: Includes debugger, JavaDoc, and JAR utility.
  • Platform Independence: Write once, run anywhere.
  • Security Features: Ensures safe execution of Java programs.
  • Performance and Optimization Tools: Tools for monitoring and optimizing code.
  • Support for New Language Features: Regular updates with improved language features.
  • Regular Updates: Frequent releases for security and bug fixes.

Program available in other languages

  • Télécharger Java Development Kit (64bit)
  • Herunterladen Java Development Kit (64bit)
  • Scaricare Java Development Kit (64bit)
  • ダウンロード Java Development Kit (64bit)
  • Descargar Java Development Kit (64bit)
  • Baixar Java Development Kit (64bit)

User Reviews

User Rating

4/5

203

License:

Free

Requirements:

Windows All

Languages:

Multi-languages

Size:

173.16 MB

Publisher:

Oracle

Updated:

Jul 21, 2022

Security Levels

To avoid any potential harm to your device and ensure the security of your data and privacy, our team checks every time a new installation file is uploaded to our servers or linked to a remote server and periodically reviews the file to confirm or update its status. Based on this checking, we set the following security levels for any downloadable files.

Clean

It is highly likely that this software program is clean.

We scanned files and URLs associated with this software program in more than 60 of the world’s leading antivirus services; no possible threats were found. And there is no third-party softwarebundled.

Warning

This program is advertising supported and may offer to install third-party programs that are not required. These may include a toolbar, changing your homepage, default search engine, or installing other party programs. These could be false positives, and our users are advised to be careful when installing and using this software.

Disabled

This software is no longer available for download. It is highly likely that this software program is malicious or has security issues or other reasons.

Submit a Report

Thank you!
Your report has been sent.

We will review your request and take appropriate action.

Please note that you will not receive a notification about anyaction taken dueto this report.We apologize for anyinconvenience this may cause.

We appreciate your help in keeping our website clean and safe.

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 341 from the command line using both EXE & MSI installers.

Java SE Runtime Environment 8 Update 341 (32-bit) Silent Install (EXE)

  1. Navigate to: https://www.oracle.com/java/technologies/javase/javase8u211-later-archive-downloads.html
  2. Under Java SE Runtime Environment 8u341, select the Windows x86 Offline link
  3. Sign in to your Oracle account (Create an account if you don’t have one)
  4. Accept the Oracle Technology Network License Agreement for Oracle Java SE
  5. Download the jre-8u341-windows-i586.exe to a folder created at (C:\Downloads)
  6. Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
  7. Navigate to the C:\Downloads folder
  8. Enter the following command: jre-8u341-windows-i586.exe /s
  9. 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 341 (32-bit)
Vendor: Oracle Corporation
Version: 8.0.3410.10
Architecture: x86
Installer Type: EXE
Silent Install Switch (Option 1) jre-8u341-windows-i586.exe /s
Silent Install Switch (Option 2) jre-8u341-windows-i586.exe INSTALL_SILENT=1
Silent Install Switch (Option 3) jre-8u341-windows-i586.exe INSTALL_SILENT=Enable
Silent Uninstall Switch: MsiExec.exe /x {26A24AE4-039D-4CA4-87B4-2F32180341F0} /qn
Repair Command: MsiExec.exe /fa {26A24AE4-039D-4CA4-87B4-2F32180341F0} /qn
Download Link: https://www.oracle.com/java/technologies/javase/javase8u211-later-archive-downloads.html
PowerShell Script: https://silentinstallhq.com/java-8-runtime-environment-install-and-uninstall-powershell/
Detection Script: https://silentinstallhq.com/create-a-custom-detection-script-for-java-8-runtime-environment-powershell/

Java SE Runtime Environment 8 Update 341 (64-bit) Silent Install (EXE)

  1. Navigate to: https://www.oracle.com/java/technologies/javase/javase8u211-later-archive-downloads.html
  2. Under Java SE Runtime Environment 8u341, select the Windows x64 EXE link
  3. Sign in to your Oracle account (Create an account if you don’t have one)
  4. Accept the Oracle Technology Network License Agreement for Oracle Java SE
  5. Download the jre-8u341-windows-x64.exe to a folder created at (C:\Downloads)
  6. Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
  7. Navigate to the C:\Downloads folder
  8. Enter the following command: jre-8u341-windows-x64.exe /s
  9. 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 341 (64-bit)
Vendor: Oracle Corporation
Version: 8.0.3410.10
Architecture: x64
Installer Type: EXE
Silent Install Switch (Option 1) jre-8u341-windows-x64.exe /s
Silent Install Switch (Option 2) jre-8u341-windows-x64.exe INSTALL_SILENT=1
Silent Install Switch (Option 3) jre-8u341-windows-x64.exe INSTALL_SILENT=Enable
Silent Uninstall Switch: MsiExec.exe /x {26A24AE4-039D-4CA4-87B4-2F64180341F0} /qn
Repair Command: MsiExec.exe /fa {26A24AE4-039D-4CA4-87B4-2F64180341F0} /qn
Download Link: https://www.oracle.com/java/technologies/javase/javase8u211-later-archive-downloads.html
PowerShell Script: https://silentinstallhq.com/java-8-runtime-environment-install-and-uninstall-powershell/
Detection Script: https://silentinstallhq.com/create-a-custom-detection-script-for-java-8-runtime-environment-powershell/

Java SE Development Kit 8 Update 341 (32-bit) Silent Install (EXE)

  1. Navigate to: https://www.oracle.com/java/technologies/javase/javase8u211-later-archive-downloads.html
  2. Under Java SE Development Kit 8u341, select the Windows x86 link
  3. Sign in to your Oracle account (Create an account if you don’t have one)
  4. Accept the Oracle Technology Network License Agreement for Oracle Java SE
  5. Download the jdk-8u341-windows-i586.exe to a folder created at (C:\Downloads)
  6. Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
  7. Navigate to the C:\Downloads folder
  8. Enter the following command: jdk-8u341-windows-i586.exe /s
  9. 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 341 (32-bit)
Vendor: Oracle Corporation
Version: 8.0.3410.10
Architecture: x86
Installer Type: EXE
Silent Install Switch (Option 1) jdk-8u341-windows-i586.exe /s
Silent Install Switch (Option 2) jdk-8u341-windows-i586.exe INSTALL_SILENT=1
Silent Install Switch (Option 3) jdk-8u341-windows-i586.exe INSTALL_SILENT=Enable
Silent Uninstall Switch: MsiExec.exe /x {32A3A4F4-B792-11D6-A78A-00B0D0180341} /qn
Repair Command: MsiExec.exe /fa {32A3A4F4-B792-11D6-A78A-00B0D0180341} /qn
Download Link: https://www.oracle.com/java/technologies/javase/javase8u211-later-archive-downloads.html
PowerShell Script: https://silentinstallhq.com/java-8-development-kit-install-and-uninstall-powershell/
Detection Script: https://silentinstallhq.com/create-a-custom-detection-script-for-java-8-development-kit-powershell/

Java SE Development Kit 8 Update 341 (64-bit) Silent Install (EXE)

  1. Navigate to: https://www.oracle.com/java/technologies/javase/javase8u211-later-archive-downloads.html
  2. Under Java SE Development Kit 8u341, select the Windows x64 link
  3. Sign in to your Oracle account (Create an account if you don’t have one)
  4. Accept the Oracle Technology Network License Agreement for Oracle Java SE
  5. Download the jdk-8u341-windows-x64.exe to a folder created at (C:\Downloads)
  6. Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
  7. Navigate to the C:\Downloads folder
  8. Enter the following command: jdk-8u341-windows-x64.exe /s
  9. 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 341 (64-bit)
Vendor: Oracle Corporation
Version: 8.0.3410.10
Architecture: x64
Installer Type: EXE
Silent Install Switch (Option 1) jdk-8u341-windows-x64.exe /s
Silent Install Switch (Option 2) jdk-8u341-windows-x64.exe INSTALL_SILENT=1
Silent Install Switch (Option 3) jdk-8u341-windows-x64.exe INSTALL_SILENT=Enable
Silent Uninstall Switch: MsiExec.exe /x {64A3A4F4-B792-11D6-A78A-00B0D0180341} /qn
Repair Command: MsiExec.exe /fa {64A3A4F4-B792-11D6-A78A-00B0D0180341} /qn
Download Link: https://www.oracle.com/java/technologies/javase/javase8u211-later-archive-downloads.html
PowerShell Script: https://silentinstallhq.com/java-8-development-kit-install-and-uninstall-powershell/
Detection Script: https://silentinstallhq.com/create-a-custom-detection-script-for-java-8-development-kit-powershell/

Java SE Runtime Environment 8 Update 341 (32-bit) Silent Install (MSI)

  1. Navigate to: https://www.oracle.com/java/technologies/javase/javase8u211-later-archive-downloads.html
  2. Under Java SE Runtime Environment 8u341, select the Windows x86 Offline link
  3. Sign in to your Oracle account (Create an account if you don’t have one)
  4. Accept the Oracle Technology Network License Agreement for Oracle Java SE
  5. Download the jre-8u341-windows-i586.exe to a folder created at (C:\Downloads)
  6. Manually launch the jre-8u341-windows-i586.exe
  7. Once you see the Java Setup – Welcome window, Navigate to C:\Users\%username%\AppData\LocalLow\Oracle\Java\jre1.8.0_341
  8. Copy the jre1.8.0_341.msi to C:\Downloads
  9. Cancel & Close the “Java Setup – Welcome” window
  10. Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
  11. Navigate to the C:\Downloads folder
  12. Enter the following command: MsiExec.exe /i jre1.8.0_341.msi /qn
  13. 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 341 (32-bit)
Vendor: Oracle Corporation
Version: 8.0.3410.10
Architecture: x86
Installer Type: MSI
Silent Install Switch: MsiExec.exe /i jre1.8.0_341.msi /qn
Silent Uninstall Switch: MsiExec.exe /x {26A24AE4-039D-4CA4-87B4-2F32180341F0} /qn
Repair Command: MsiExec.exe /fa {26A24AE4-039D-4CA4-87B4-2F32180341F0} /qn
Download Link: https://www.oracle.com/java/technologies/javase/javase8u211-later-archive-downloads.html
PowerShell Script: https://silentinstallhq.com/java-8-runtime-environment-install-and-uninstall-powershell/
Detection Script: https://silentinstallhq.com/create-a-custom-detection-script-for-java-8-runtime-environment-powershell/

Java SE Runtime Environment 8 Update 341 (64-bit) Silent Install (MSI)

  1. Navigate to: https://www.oracle.com/java/technologies/javase/javase8u211-later-archive-downloads.html
  2. Under Java SE Runtime Environment 8u341, select the Windows x64 EXE link
  3. Sign in to your Oracle account (Create an account if you don’t have one)
  4. Accept the Oracle Technology Network License Agreement for Oracle Java SE
  5. Download the jre-8u341-windows-x64.exe to a folder created at (C:\Downloads)
  6. Manually launch the jre-8u341-windows-x64.exe
  7. Once you see the Java Setup – Welcome window, Navigate to C:\Users\%username%\AppData\LocalLow\Oracle\Java\jre1.8.0_341_x64
  8. Copy the jre1.8.0_34164.msi to C:\Downloads
  9. Cancel & Close the “Java Setup – Welcome” window
  10. Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
  11. Navigate to the C:\Downloads folder
  12. Enter the following command: MsiExec.exe /i jre1.8.0_34164.msi /qn
  13. 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 341 (64-bit)
Vendor: Oracle Corporation
Version: 8.0.3410.10
Architecture: x64
Installer Type: MSI
Silent Install Switch: MsiExec.exe /i jre1.8.0_34164.msi /qn
Silent Uninstall Switch: MsiExec.exe /x {26A24AE4-039D-4CA4-87B4-2F64180341F0} /qn
Repair Command: MsiExec.exe /fa {26A24AE4-039D-4CA4-87B4-2F64180341F0} /qn
Download Link: https://www.oracle.com/java/technologies/javase/javase8u211-later-archive-downloads.html
PowerShell Script: https://silentinstallhq.com/java-8-runtime-environment-install-and-uninstall-powershell/
Detection Script: https://silentinstallhq.com/create-a-custom-detection-script-for-java-8-runtime-environment-powershell/

Java SE Development Kit 8 Update 341 (32-bit) Silent Install (MSI)

  1. Navigate to: https://www.oracle.com/java/technologies/javase/javase8u211-later-archive-downloads.html
  2. Under Java SE Development Kit 8u341, select the Windows x86 link
  3. Sign in to your Oracle account (Create an account if you don’t have one)
  4. Accept the Oracle Technology Network License Agreement for Oracle Java SE
  5. Download the jdk-8u341-windows-i586.exe to a folder created at (C:\Downloads)
  6. Manually launch the jdk-8u341-windows-i586.exe
  7. On the Java SE Development Kit 8 – Setup window, Click Next
  8. Once you see the Java SE Development Kit 8 Update 341 – Custom Setup window, Navigate to C:\Users\%username%\AppData\LocalLow\Oracle\Java\
  9. Copy the jdk1.8.0_341 folder to C:\Downloads
  10. Cancel & Close the Java SE Development Kit 8 Update 341 – Custom Setup” window
  11. Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
  12. Navigate to the C:\Downloads\jdk1.8.0_341 folder
  13. Enter the following command: MsiExec.exe /i jdk1.8.0_341.msi /qn
  14. 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 341 (32-bit)
Vendor: Oracle Corporation
Version: 8.0.3410.10
Architecture: x86
Installer Type: MSI
Silent Install Switch: MsiExec.exe /i jdk1.8.0_341.msi /qn
Silent Uninstall Switch: MsiExec.exe /x {32A3A4F4-B792-11D6-A78A-00B0D0180341} /qn
Repair Command: MsiExec.exe /fa {32A3A4F4-B792-11D6-A78A-00B0D0180341} /qn
Download Link: https://www.oracle.com/java/technologies/javase/javase8u211-later-archive-downloads.html
PowerShell Script: https://silentinstallhq.com/java-8-development-kit-install-and-uninstall-powershell/
Detection Script: https://silentinstallhq.com/create-a-custom-detection-script-for-java-8-development-kit-powershell/

Java SE Development Kit 8 Update 341 (64-bit) Silent Install (MSI)

  1. Navigate to: https://www.oracle.com/java/technologies/javase/javase8u211-later-archive-downloads.html
  2. Under Java SE Development Kit 8u341, select the Windows x64 link
  3. Sign in to your Oracle account (Create an account if you don’t have one)
  4. Accept the Oracle Technology Network License Agreement for Oracle Java SE
  5. Download the jdk-8u341-windows-x64.exe to a folder created at (C:\Downloads)
  6. Manually launch the jdk-8u341-windows-x64.exe
  7. On the Java SE Development Kit 8 – Setup window, Click Next
  8. Once you see the Java SE Development Kit 8 Update 341 (64-bit) – Custom Setup window, Navigate to C:\Users\%username%\AppData\LocalLow\Oracle\Java\
  9. Copy the jdk1.8.0_341_x64 folder to C:\Downloads
  10. Cancel & Close the “Java SE Development Kit 8 Update 341 (64-bit) – Custom Setup” window
  11. Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
  12. Navigate to the C:\Downloads\jdk1.8.0_341_x64 folder
  13. Enter the following command: MsiExec.exe /i jdk1.8.0_34164.msi /qn
  14. 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 341 (64-bit)
Vendor: Oracle Corporation
Version: 8.0.3410.10
Architecture: x64
Installer Type: MSI
Silent Install Switch: MsiExec.exe /i jdk1.8.0_34164.msi /qn
Silent Uninstall Switch: MsiExec.exe /x {64A3A4F4-B792-11D6-A78A-00B0D0180341} /qn
Repair Command: MsiExec.exe /fa {64A3A4F4-B792-11D6-A78A-00B0D0180341} /qn
Download Link: https://www.oracle.com/java/technologies/javase/javase8u211-later-archive-downloads.html
PowerShell Script: https://silentinstallhq.com/java-8-development-kit-install-and-uninstall-powershell/
Detection Script: https://silentinstallhq.com/create-a-custom-detection-script-for-java-8-development-kit-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 341 (32-bit) Silent Install (EXE) with Logging

jre-8u341-windows-i586.exe /s /L C:\Windows\Temp\jre-8u341x86.log Option 1
jre-8u341-windows-i586.exe INSTALL_SILENT=1 /L C:\Windows\Temp\jre-8u341x86.log Option 2

Java JRE 8 Update 341 (32-bit) Silent Install (MSI) with Logging

MsiExec.exe /i jre1.8.0_341.msi /qn /L*v "%WINDIR%\Temp\jre-8u341x86.log"

Java JRE 8 Update 341 (64-bit) Silent Install (EXE) with Logging

jre-8u341-windows-x64.exe /s /L C:\Windows\Temp\jre-8u341x64.log Option 1
jre-8u341-windows-x64.exe INSTALL_SILENT=1 /L C:\Windows\Temp\jre-8u341x64.log Option 2

Java JRE 8 Update 341 (64-bit) Silent Install (MSI) with Logging

MsiExec.exe /i jre1.8.0_34164.msi /qn /L*v "%WINDIR%\Temp\jre-8u341x64.log"

Java JDK 8 Update 341 (32-bit) Silent Install (EXE) with Logging

jdk-8u341-windows-i586.exe /s /L C:\Windows\Temp\jdk-8u341x86.log Option 1
jdk-8u341-windows-i586.exe INSTALL_SILENT=1 /L C:\Windows\Temp\jdk-8u341x86.log Option 2

Java JDK 8 Update 341 (32-bit) Silent Install (MSI) with Logging

MsiExec.exe /i jdk1.8.0_341.msi /qn /L*v "%WINDIR%\Temp\jdk-8u341x86.log"

Java JDK 8 Update 341 (64-bit) Silent Install (EXE) with Logging

jdk-8u341-windows-x64.exe /s /L C:\Windows\Temp\jdk-8u341x64.log Option 1
jdk-8u341-windows-x64.exe INSTALL_SILENT=1 /L C:\Windows\Temp\jdk-8u341x64.log Option 2

Java JDK 8 Update 341 (64-bit) Silent Install (MSI) with Logging

MsiExec.exe /i jdk1.8.0_34164.msi /qn /L*v "%WINDIR%\Temp\jdk-8u341x64.log"


Disable the Auto Update Feature

Java JRE 8 Update 341 (32-bit) Silent Install (EXE) with Auto Update Disabled

jre-8u341-windows-i586.exe /s AUTO_UPDATE=0 Option 1
jre-8u341-windows-i586.exe /s AUTO_UPDATE=Disable Option 2
jre-8u341-windows-i586.exe INSTALL_SILENT=1 AUTO_UPDATE=0 Option 3
jre-8u341-windows-i586.exe INSTALL_SILENT=Enable AUTO_UPDATE=Disable Option 4

Java JRE 8 Update 341 (64-bit) Silent Install (EXE) with Auto Update Disabled

jre-8u341-windows-x64.exe /s AUTO_UPDATE=0 Option 1
jre-8u341-windows-x64.exe /s AUTO_UPDATE=Disable Option 2
jre-8u341-windows-x64.exe INSTALL_SILENT=1 AUTO_UPDATE=0 Option 3
jre-8u341-windows-x64.exe INSTALL_SILENT=Enable AUTO_UPDATE=Disable Option 4

Java JDK 8 Update 341 (32-bit) Silent Install (EXE) with Auto Update Disabled

jdk-8u341-windows-i586.exe /s AUTO_UPDATE=0 Option 1
jdk-8u341-windows-i586.exe /s AUTO_UPDATE=Disable Option 2
jdk-8u341-windows-i586.exe INSTALL_SILENT=1 AUTO_UPDATE=0 Option 3
jdk-8u341-windows-i586.exe INSTALL_SILENT=Enable AUTO_UPDATE=Disable Option 4

Java JDK 8 Update 341 (64-bit) Silent Install (EXE) with Auto Update Disabled

jdk-8u341-windows-x64.exe /s AUTO_UPDATE=0 Option 1
jdk-8u341-windows-x64.exe /s AUTO_UPDATE=Disable Option 2
jdk-8u341-windows-x64.exe INSTALL_SILENT=1 AUTO_UPDATE=0 Option 3
jdk-8u341-windows-x64.exe INSTALL_SILENT=Enable AUTO_UPDATE=Disable Option 4

Suppress End User License Agreement (EULA)

Java JRE 8 Update 341 (32-bit) Silent Install (EXE) with EULA Suppressed

jre-8u341-windows-i586.exe /s EULA=0 Option 1
jre-8u341-windows-i586.exe /s EULA=Disable Option 2
jre-8u341-windows-i586.exe INSTALL_SILENT=1 EULA=0 Option 3
jre-8u341-windows-i586.exe INSTALL_SILENT=Enable EULA=Disable Option 4

Java JRE 8 Update 341 (64-bit) Silent Install (EXE) with EULA Suppressed

jre-8u341-windows-x64.exe /s EULA=0 Option 1
jre-8u341-windows-x64.exe /s EULA=Disable Option 2
jre-8u341-windows-x64.exe INSTALL_SILENT=1 EULA=0 Option 3
jre-8u341-windows-x64.exe INSTALL_SILENT=Enable EULA=Disable Option 4

Java JDK 8 Update 341 (32-bit) Silent Install (EXE) with EULA Suppressed

jdk-8u341-windows-i586.exe /s EULA=0 Option 1
jdk-8u341-windows-i586.exe /s EULA=Disable Option 2
jdk-8u341-windows-i586.exe INSTALL_SILENT=1 EULA=0 Option 3
jdk-8u341-windows-i586.exe INSTALL_SILENT=Enable EULA=Disable Option 4

Java JDK 8 Update 341 (64-bit) Silent Install (EXE) with EULA Suppressed

jdk-8u341-windows-x64.exe /s EULA=0 Option 1
jdk-8u341-windows-x64.exe /s EULA=Disable Option 2
jdk-8u341-windows-x64.exe INSTALL_SILENT=1 EULA=0 Option 3
jdk-8u341-windows-x64.exe INSTALL_SILENT=Enable EULA=Disable 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 341 32-bit (EXE)

jre-8u341-windows-i586.exe /s INSTALLDIR=C:\Java Option 1
jre-8u341-windows-i586.exe INSTALL_SILENT=1 INSTALLDIR=C:\Java Option 2
jre-8u341-windows-i586.exe INSTALL_SILENT=Enable INSTALLDIR=C:\Java Option 3

Java JRE 8 Update 341 64-bit (EXE)

jre-8u341-windows-x64.exe /s INSTALLDIR=C:\Java Option 1
jre-8u341-windows-x64.exe INSTALL_SILENT=1 INSTALLDIR=C:\Java Option 2
jre-8u341-windows-x64.exe INSTALL_SILENT=Enable INSTALLDIR=C:\Java Option 3

Java JDK 8 Update 341 32-bit (EXE)

jdk-8u341-windows-i586.exe /s INSTALLDIR=C:\Java Option 1
jdk-8u341-windows-i586.exe INSTALL_SILENT=1 INSTALLDIR=C:\Java Option 2
jdk-8u341-windows-i586.exe INSTALL_SILENT=Enable INSTALLDIR=C:\Java Option 3

Java JDK 8 Update 341 64-bit (EXE)

jdk-8u341-windows-x64.exe /s INSTALLDIR=C:\Java Option 1
jdk-8u341-windows-x64.exe INSTALL_SILENT=1 INSTALLDIR=C:\Java Option 2
jdk-8u341-windows-x64.exe INSTALL_SILENT=Enable INSTALLDIR=C:\Java Option 3

Java JRE 8 Update 341 (32-bit) Silent Install (EXE) with Start Menu Items Excluded

jre-8u341-windows-i586.exe /s NOSTARTMENU=1 Option 1
jre-8u341-windows-i586.exe /s NOSTARTMENU=Enable Option 2
jre-8u341-windows-i586.exe INSTALL_SILENT=1 NOSTARTMENU=1 Option 3
jre-8u341-windows-i586.exe INSTALL_SILENT=Enable NOSTARTMENU=Enable Option 4

Java JRE 8 Update 341 (64-bit) Silent Install (EXE) with Start Menu Items Excluded

jre-8u341-windows-x64.exe /s NOSTARTMENU=1 Option 1
jre-8u341-windows-x64.exe /s NOSTARTMENU=Enable Option 2
jre-8u341-windows-x64.exe INSTALL_SILENT=1 NOSTARTMENU=1 Option 3
jre-8u341-windows-x64.exe INSTALL_SILENT=Enable NOSTARTMENU=Enable Option 4

Java JDK 8 Update 341 (32-bit) Silent Install (EXE) with Start Menu Items Excluded

jdk-8u341-windows-i586.exe /s NOSTARTMENU=1 Option 1
jdk-8u341-windows-i586.exe /s NOSTARTMENU=Enable Option 2
jdk-8u341-windows-i586.exe INSTALL_SILENT=1 NOSTARTMENU=1 Option 3
jdk-8u341-windows-i586.exe INSTALL_SILENT=Enable NOSTARTMENU=Enable Option 4

Java JDK 8 Update 341 (64-bit) Silent Install (EXE) with Start Menu Items Excluded

jdk-8u341-windows-x64.exe /s NOSTARTMENU=1 Option 1
jdk-8u341-windows-x64.exe /s NOSTARTMENU=Enable Option 2
jdk-8u341-windows-x64.exe INSTALL_SILENT=1 NOSTARTMENU=1 Option 3
jdk-8u341-windows-x64.exe INSTALL_SILENT=Enable NOSTARTMENU=Enable Option 4

Suppress Java Reboot

Java JRE 8 Update 341 (32-bit) Silent Install (EXE) with No Reboot

jre-8u341-windows-i586.exe /s REBOOT=0 Option 1
jre-8u341-windows-i586.exe /s REBOOT=Disable Option 2
jre-8u341-windows-i586.exe INSTALL_SILENT=1 REBOOT=0 Option 3
jre-8u341-windows-i586.exe INSTALL_SILENT=Enable REBOOT=Disable Option 4

Java JRE 8 Update 341 (64-bit) Silent Install (EXE) with No Reboot

jre-8u341-windows-x64.exe /s REBOOT=0 Option 1
jre-8u341-windows-x64.exe /s REBOOT=Disable Option 2
jre-8u341-windows-x64.exe INSTALL_SILENT=1 REBOOT=0 Option 3
jre-8u341-windows-x64.exe INSTALL_SILENT=Enable REBOOT=Disable Option 4

Java JDK 8 Update 341 (32-bit) Silent Install (EXE) with No Reboot

jdk-8u341-windows-i586.exe /s REBOOT=0 Option 1
jdk-8u341-windows-i586.exe /s REBOOT=Disable Option 2
jdk-8u341-windows-i586.exe INSTALL_SILENT=1 REBOOT=0 Option 3
jdk-8u341-windows-i586.exe INSTALL_SILENT=Enable REBOOT=Disable Option 4

Java JDK 8 Update 341 (64-bit) Silent Install (EXE) with No Reboot

jdk-8u341-windows-x64.exe /s REBOOT=0 Option 1
jdk-8u341-windows-x64.exe /s REBOOT=Disable Option 2
jdk-8u341-windows-x64.exe INSTALL_SILENT=1 REBOOT=0 Option 3
jdk-8u341-windows-x64.exe INSTALL_SILENT=Enable REBOOT=Disable Option 4

Remove All Out-Of-Date Java JRE Versions

Java JRE 8 Update 341 (32-bit) Silent Install (EXE) with Old JRE Versions Removed

jre-8u341-windows-i586.exe /s REMOVEOUTOFDATEJRES=1 Option 1
jre-8u341-windows-i586.exe /s REMOVEOUTOFDATEJRES=Enable Option 2
jre-8u341-windows-i586.exe INSTALL_SILENT=1 REMOVEOUTOFDATEJRES=1 Option 3
jre-8u341-windows-i586.exe INSTALL_SILENT=Enable REMOVEOUTOFDATEJRES=Enable Option 4

Java JRE 8 Update 341 (64-bit) Silent Install (EXE) with Old JRE Versions Removed

jre-8u341-windows-x64.exe /s REMOVEOUTOFDATEJRES=1 Option 1
jre-8u341-windows-x64.exe /s REMOVEOUTOFDATEJRES=Enable Option 2
jre-8u341-windows-x64.exe INSTALL_SILENT=1 REMOVEOUTOFDATEJRES=1 Option 3
jre-8u341-windows-x64.exe INSTALL_SILENT=Enable REMOVEOUTOFDATEJRES=Enable 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 341 (32-bit) Silent Install (EXE) with Static Configuration

jre-8u341-windows-i586.exe /s STATIC=1 Option 1
jre-8u341-windows-i586.exe /s STATIC=Enable Option 2
jre-8u341-windows-i586.exe INSTALL_SILENT=1 STATIC=1 Option 3
jre-8u341-windows-i586.exe INSTALL_SILENT=Enable STATIC=Enable Option 4

Java JRE 8 Update 341 (64-bit) Silent Install (EXE) with Static Configuration

jre-8u341-windows-x64.exe /s STATIC=1 Option 1
jre-8u341-windows-x64.exe /s STATIC=Enable Option 2
jre-8u341-windows-x64.exe INSTALL_SILENT=1 STATIC=1 Option 3
jre-8u341-windows-x64.exe INSTALL_SILENT=Enable STATIC=Enable Option 4

Disable Java Web Analytics

Java JRE 8 Update 341 (32-bit) Silent Install (EXE) with Web Analytics Disabled

jre-8u341-windows-i586.exe /s WEB_ANALYTICS=0 Option 1
jre-8u341-windows-i586.exe /s WEB_ANALYTICS=Disable Option 2
jre-8u341-windows-i586.exe INSTALL_SILENT=1 WEB_ANALYTICS=0 Option 3
jre-8u341-windows-i586.exe INSTALL_SILENT=Enable WEB_ANALYTICS=Disable Option 4

Java JRE 8 Update 341 (64-bit) Silent Install (EXE) with Web Analytics Disabled

jre-8u341-windows-x64.exe /s WEB_ANALYTICS=0 Option 1
jre-8u341-windows-x64.exe /s WEB_ANALYTICS=Disable Option 2
jre-8u341-windows-x64.exe INSTALL_SILENT=1 WEB_ANALYTICS=0 Option 3
jre-8u341-windows-x64.exe INSTALL_SILENT=Enable WEB_ANALYTICS=Disable Option 4

Java JDK 8 Update 341 (32-bit) Silent Install (EXE) with Web Analytics Disabled

jdk-8u341-windows-i586.exe /s WEB_ANALYTICS=0 Option 1
jdk-8u341-windows-i586.exe /s WEB_ANALYTICS=Disable Option 2
jdk-8u341-windows-i586.exe INSTALL_SILENT=1 WEB_ANALYTICS=0 Option 3
jdk-8u341-windows-i586.exe INSTALL_SILENT=Enable WEB_ANALYTICS=Disable Option 4

Java JDK 8 Update 341 (64-bit) Silent Install (EXE) with Web Analytics Disabled

jdk-8u341-windows-x64.exe /s WEB_ANALYTICS=0 Option 1
jdk-8u341-windows-x64.exe /s WEB_ANALYTICS=Disable Option 2
jdk-8u341-windows-x64.exe INSTALL_SILENT=1 WEB_ANALYTICS=0 Option 3
jdk-8u341-windows-x64.exe INSTALL_SILENT=Enable WEB_ANALYTICS=Disable Option 4

Set Java Web Security Level to Very High

Java JRE 8 Update 341 (32-bit) Silent Install (EXE) with Security Level Set to Very High

jre-8u341-windows-i586.exe /s WEB_JAVA_SECURITY_LEVEL=VH Option 1
jre-8u341-windows-i586.exe INSTALL_SILENT=1 WEB_JAVA_SECURITY_LEVEL=VH Option 2
jre-8u341-windows-i586.exe INSTALL_SILENT=Enable WEB_JAVA_SECURITY_LEVEL=VH Option 3

Java JRE 8 Update 341 (64-bit) Silent Install (EXE) with Security Level Set to Very High

jre-8u341-windows-x64.exe /s WEB_JAVA_SECURITY_LEVEL=VH Option 1
jre-8u341-windows-x64.exe INSTALL_SILENT=1 WEB_JAVA_SECURITY_LEVEL=VH Option 2
jre-8u341-windows-x64.exe INSTALL_SILENT=Enable WEB_JAVA_SECURITY_LEVEL=VH Option 3

Java JDK 8 Update 341 (32-bit) Silent Install (EXE) with Security Level Set to Very High

jdk-8u341-windows-i586.exe /s WEB_JAVA_SECURITY_LEVEL=VH Option 1
jdk-8u341-windows-i586.exe INSTALL_SILENT=1 WEB_JAVA_SECURITY_LEVEL=VH Option 2
jdk-8u341-windows-i586.exe INSTALL_SILENT=Enable WEB_JAVA_SECURITY_LEVEL=VH Option 3

Java JDK 8 Update 341 (64-bit) Silent Install (EXE) with Security Level Set to Very High

jdk-8u341-windows-x64.exe /s WEB_JAVA_SECURITY_LEVEL=VH Option 1
jdk-8u341-windows-x64.exe INSTALL_SILENT=1 WEB_JAVA_SECURITY_LEVEL=VH Option 2
jdk-8u341-windows-x64.exe INSTALL_SILENT=Enable WEB_JAVA_SECURITY_LEVEL=VH Option 3

Don’t Allow Java Applications to Run in Web Browser

Java JRE 8 Update 341 (32-bit) Silent Install (EXE) with Java Web Disabled

jre-8u341-windows-i586.exe /s WEB_JAVA=0 Option 1
jre-8u341-windows-i586.exe /s WEB_JAVA=Disable Option 2
jre-8u341-windows-i586.exe INSTALL_SILENT=1 WEB_JAVA=0 Option 3
jre-8u341-windows-i586.exe INSTALL_SILENT=Enable WEB_JAVA=Disable Option 4

Java JRE 8 Update 341 (64-bit) Silent Install (EXE) with Java Web Disabled

jre-8u341-windows-x64.exe /s WEB_JAVA=0 Option 1
jre-8u341-windows-x64.exe /s WEB_JAVA=Disable Option 2
jre-8u341-windows-x64.exe INSTALL_SILENT=1 WEB_JAVA=0 Option 3
jre-8u341-windows-x64.exe INSTALL_SILENT=Enable WEB_JAVA=Disable Option 4

Java JDK 8 Update 341 (32-bit) Silent Install (EXE) with Java Web Disabled

jdk-8u341-windows-i586.exe /s WEB_JAVA=0 Option 1
jdk-8u341-windows-i586.exe /s WEB_JAVA=Disable Option 2
jdk-8u341-windows-i586.exe INSTALL_SILENT=1 WEB_JAVA=0 Option 3
jdk-8u341-windows-i586.exe INSTALL_SILENT=Enable WEB_JAVA=Disable Option 4

Java JDK 8 Update 341 (64-bit) Silent Install (EXE) with Java Web Disabled

jdk-8u341-windows-x64.exe /s WEB_JAVA=0 Option 1
jdk-8u341-windows-x64.exe /s WEB_JAVA=Disable Option 2
jdk-8u341-windows-x64.exe INSTALL_SILENT=1 WEB_JAVA=0 Option 3
jdk-8u341-windows-x64.exe INSTALL_SILENT=Enable WEB_JAVA=Disable Option 4

Java JRE 8 Update 341 (32-bit) Silent Install (EXE) with Sponsors Disabled

jre-8u341-windows-i586.exe /s SPONSORS=0 Option 1
jre-8u341-windows-i586.exe /s SPONSORS=Disable Option 2
jre-8u341-windows-i586.exe INSTALL_SILENT=1 SPONSORS=0 Option 3
jre-8u341-windows-i586.exe INSTALL_SILENT=Enable SPONSORS=Disable Option 4

Java JRE 8 Update 341 (64-bit) Silent Install (EXE) with Sponsors Disabled

jre-8u341-windows-x64.exe /s SPONSORS=0 Option 1
jre-8u341-windows-x64.exe /s SPONSORS=Disable Option 2
jre-8u341-windows-x64.exe INSTALL_SILENT=1 SPONSORS=0 Option 3
jre-8u341-windows-x64.exe INSTALL_SILENT=Enable SPONSORS=Disable Option 4

Java JDK 8 Update 341 (32-bit) Silent Install (EXE) with Sponsors Disabled

jdk-8u341-windows-i586.exe /s SPONSORS=0 Option 1
jdk-8u341-windows-i586.exe /s SPONSORS=Disable Option 2
jdk-8u341-windows-i586.exe INSTALL_SILENT=1 SPONSORS=0 Option 3
jdk-8u341-windows-i586.exe INSTALL_SILENT=Enable SPONSORS=Disable Option 4

Java JDK 8 Update 341 (64-bit) Silent Install (EXE) with Sponsors Disabled

jdk-8u341-windows-x64.exe /s SPONSORS=0 Option 1
jdk-8u341-windows-x64.exe /s SPONSORS=Disable Option 2
jdk-8u341-windows-x64.exe INSTALL_SILENT=1 SPONSORS=0 Option 3
jdk-8u341-windows-x64.exe INSTALL_SILENT=Enable SPONSORS=Disable Option 4

Deploy Java Using Configuration Files

You can standardize your Java deployments and enforce settings at the system level by utilizing the following method.

  • Open Notepad or your favorite text editor
  • Add the following lines:
deployment.system.config=file:///C:/Windows/Sun/Java/Deployment/deployment.properties
deployment.system.config.mandatory=true

Save the file and name it: deployment.config

  • Open Notepad again
  • Add the following lines:
deployment.javaws.autodownload=NEVER
deployment.javaws.autodownload.locked
deployment.expiration.check.enabled=FALSE
deployment.expiration.decision=NEVER
deployment.expiration.decision.11.101.2=later
deployment.expiration.decision.suppression.11.101.2=true
deployment.user.security.exception.sites=C\:/Windows/Sun/Java/Deployment/exception.sites

Save the file and name it: deployment.properties

  • Open Notepad again
  • Add the following lines:
INSTALL_SILENT=Enable
AUTO_UPDATE=Disable
WEB_ANALYTICS=Disable
EULA=Disable
REBOOT=Disable
SPONSORS=Disable

Save the file and name it: java.settings.cfg

If you need to allow access to specific Java enabled sites that would normally be blocked by security checks, then you should create a fourth configuration file as referenced below.

  • Open Notepad or your favorite text editor
  • Add the following lines using your specific site names and port numbers:
https://SERVER01.YOURDOMAIN.COM:8888
http://SERVER02.YOURDOMAIN.COM:8888

Save the file and name it: exception.sites

  1. Create a C:\ProgramData\Oracle\Java directory (if not present)
  2. Copy the java.settings.cfg to C:\ProgramData\Oracle\Java\
  3. Follow the “How to Install Java 8 Update 341 Silently” steps mentioned earlier in the article
  4. Create a C:\Windows\Sun\Java\Deployment directory (if not present)
  5. Copy the deployment.config, deployment.properties, and exception.sites (if required) to C:\Windows\Sun\Java\Deployment\

Reference for deployment.properties file

https://docs.oracle.com/javase/8/docs/technotes/guides/deploy/properties.html

Reference for Java configuration file

https://docs.oracle.com/javase/8/docs/technotes/guides/install/config.html


How to Uninstall Java 8 Update 341 Silently

  1. Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
  2. Enter one of the following commands:

Java JRE 8 Update 341 (32-bit) Silent Uninstall

MsiExec.exe /x {26A24AE4-039D-4CA4-87B4-2F32180341F0} /qn

Java JRE 8 Update 341 (64-bit) Silent Uninstall

MsiExec.exe /x {26A24AE4-039D-4CA4-87B4-2F64180341F0} /qn

Java JDK 8 Update 341 (32-bit) Silent Uninstall

MsiExec.exe /x {32A3A4F4-B792-11D6-A78A-00B0D0180341} /qn

Java JDK 8 Update 341 (64-bit) Silent Uninstall

MsiExec.exe /x {64A3A4F4-B792-11D6-A78A-00B0D0180341} /qn

Always make sure to test everything in a development environment prior to implementing anything into production. The information in this article is provided “As Is” without warranty of any kind.

Понравилась статья? Поделить с друзьями:
0 0 голоса
Рейтинг статьи
Подписаться
Уведомить о
guest

0 комментариев
Старые
Новые Популярные
Межтекстовые Отзывы
Посмотреть все комментарии
  • Приоритет подключения к интернету windows 10
  • Microsoft remote desktop как настроить windows 10
  • Gpt или mbr при установке windows 10 на hdd
  • Онлайн шутеры для 32 битной системы windows 7
  • Как установить любой браузер на windows 7