Jdk-8u211-windows-x64.exe 인스톨 방법

바로 본론 시작합니다. java.com에서 제공하는 링크를 바로 이용하시면 되겠습니다.

64비트 다운로드

Windows용 64비트 Java [다운로드 링크]

위 사이트로 접속하면 아래처럼 자바 64비트 다운로드 페이지가 보입니다.

지난 2019년 4월 16일 릴리즈된 jre-8u211-windows-x64.exe 파일을 받을 수 있습니다. 아마 이 글이 올라가기 전에 업데이트가 이뤄졌다면 다른 버전으로 보이실 겁니다.

그래도 상관없으니 화면 아래 동의 및 무료 다운로드 시작을 눌러 파일을 받으세요.

화면 가운데 아래에 있는 버튼을 누르면 jre-8u211-windows-x64.exe 파일 다운로드가 완료됩니다.

자바 64비트 다운로드했다면 저 아이콘을 더블 클릭하여 설치를 진행하면 됩니다.

또한, 윈도우가 아닌 다른 OS나 32비트 자바가 필요하다면 아래 글을 참고하세요.

모든 OS, 모든 버전 다운로드

모든 운영 체제용 Java 다운로드 [링크 바로가기]

위 링크는 역시 java.com에서 제공하는 페이지입니다. 자바가 지원하는 모든 OS와 32 / 64비트 버전을 다운로드할 수 있는 페이지입니다.

이동하면 OS 별로 다운로드 할 수 있는 자바 버전이 나누어져 있습니다.

Jdk-8u211-windows-x64.exe 인스톨 방법

Windows

자바 64비트 다운로드 링크와 32비트가 나누어져 있습니다. (64비트)라고 적히지 않은 것이 32비트입니다.

Mac OS X

맥은 별도 구분 없이 하나로 이뤄져 있습니다.

Linux

리눅스는 x64 RPM이 붙어 있는 것이 자바 64비트 다운로드 링크에 해당합니다.

Solaris

솔라리스는 자바 64비트 다운로드 링크만 지원합니다.

관련 글

JAVA JDK 설치 윈도우 개발 환경 설정

https://codingcoding.tistory.com/626

자바 배열 선언, 초기화, 사용 방법

https://codingcoding.tistory.com/1104

리눅스 우분투에 자바 설치하기

https://codingcoding.tistory.com/399

이클립스 32비트 초기 메모리 점유율 설정

https://codingcoding.tistory.com/1003

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

Java SE Runtime Environment 8 Update 211 (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 8u211, 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 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-8u211-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 211 (32-bit)
Vendor: Oracle Corporation
Version: 8.0.2110.12
Architecture: x86
Installer Type: EXE
Silent Install Switch (Option 1) jre-8u211-windows-i586.exe /s
Silent Install Switch (Option 2) jre-8u211-windows-i586.exe INSTALL_SILENT=1
Silent Install Switch (Option 3) jre-8u211-windows-i586.exe INSTALL_SILENT=Enable
Silent Uninstall Switch: MsiExec.exe /x {26A24AE4-039D-4CA4-87B4-2F32180211F0} /qn
Repair Command: MsiExec.exe /fa {26A24AE4-039D-4CA4-87B4-2F32180211F0} /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/

Java SE Runtime Environment 8 Update 211 (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 8u211, 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 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-8u211-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 211 (64-bit)
Vendor: Oracle Corporation
Version: 8.0.2110.12
Architecture: x64
Installer Type: EXE
Silent Install Switch (Option 1) jre-8u211-windows-x64.exe /s
Silent Install Switch (Option 2) jre-8u211-windows-x64.exe INSTALL_SILENT=1
Silent Install Switch (Option 3) jre-8u211-windows-x64.exe INSTALL_SILENT=Enable
Silent Uninstall Switch: MsiExec.exe /x {26A24AE4-039D-4CA4-87B4-2F64180211F0} /qn
Repair Command: MsiExec.exe /fa {26A24AE4-039D-4CA4-87B4-2F64180211F0} /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/

Java SE Development Kit 8 Update 211 (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 8u211, 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 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-8u211-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 211 (32-bit)
Vendor: Oracle Corporation
Version: 8.0.2110.12
Architecture: x86
Installer Type: EXE
Silent Install Switch (Option 1) jdk-8u211-windows-i586.exe /s
Silent Install Switch (Option 2) jdk-8u211-windows-i586.exe INSTALL_SILENT=1
Silent Install Switch (Option 3) jdk-8u211-windows-i586.exe INSTALL_SILENT=Enable
Silent Uninstall Switch: MsiExec.exe /x {32A3A4F4-B792-11D6-A78A-00B0D0180211} /qn
Repair Command: MsiExec.exe /fa {32A3A4F4-B792-11D6-A78A-00B0D0180211} /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/

Java SE Development Kit 8 Update 211 (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 8u211, 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 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-8u211-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 211 (64-bit)
Vendor: Oracle Corporation
Version: 8.0.2110.12
Architecture: x64
Installer Type: EXE
Silent Install Switch (Option 1) jdk-8u211-windows-x64.exe /s
Silent Install Switch (Option 2) jdk-8u211-windows-x64.exe INSTALL_SILENT=1
Silent Install Switch (Option 3) jdk-8u211-windows-x64.exe INSTALL_SILENT=Enable
Silent Uninstall Switch: MsiExec.exe /x {64A3A4F4-B792-11D6-A78A-00B0D0180211} /qn
Repair Command: MsiExec.exe /fa {64A3A4F4-B792-11D6-A78A-00B0D0180211} /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/

Java SE Runtime Environment 8 Update 211 (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 8u211, 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 EXE to a folder created at (C:\Downloads)
  6. Manually launch the jre-8u211-windows-i586.exe
  7. Once you see the Java Setup – Welcome window, Navigate to C:\Users\%username%\AppData\LocalLow\Oracle\Java\jre1.8.0_211
  8. Copy the jre1.8.0_211.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_211.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 211 (32-bit)
Vendor: Oracle Corporation
Version: 8.0.2110.12
Architecture: x86
Installer Type: MSI
Silent Install Switch: MsiExec.exe /i jre1.8.0_211.msi /qn
Silent Uninstall Switch: MsiExec.exe /x {26A24AE4-039D-4CA4-87B4-2F32180211F0} /qn
Repair Command: MsiExec.exe /fa {26A24AE4-039D-4CA4-87B4-2F32180211F0} /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/

Java SE Runtime Environment 8 Update 211 (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 8u211, 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 EXE to a folder created at (C:\Downloads)
  6. Manually launch the jre-8u211-windows-x64.exe
  7. Once you see the Java Setup – Welcome window, Navigate to C:\Users\%username%\AppData\LocalLow\Oracle\Java\jre1.8.0_211_x64
  8. Copy the jre1.8.0_21164.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_21164.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 211 (64-bit)
Vendor: Oracle Corporation
Version: 8.0.2110.12
Architecture: x64
Installer Type: MSI
Silent Install Switch: MsiExec.exe /i jre1.8.0_21164.msi /qn
Silent Uninstall Switch: MsiExec.exe /x {26A24AE4-039D-4CA4-87B4-2F64180211F0} /qn
Repair Command: MsiExec.exe /fa {26A24AE4-039D-4CA4-87B4-2F64180211F0} /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/

Java SE Development Kit 8 Update 211 (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 8u211, 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 EXE to a folder created at (C:\Downloads)
  6. Manually launch the jdk-8u211-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 211 – Custom Setup window, Navigate to C:\Users\%username%\AppData\LocalLow\Oracle\Java\
  9. Copy the jdk1.8.0_211 folder to C:\Downloads
  10. Cancel & Close the Java SE Development Kit 8 Update 211 – 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_211 folder
  13. Enter the following command: MsiExec.exe /i jdk1.8.0_211.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 211 (32-bit)
Vendor: Oracle Corporation
Version: 8.0.2110.12
Architecture: x86
Installer Type: MSI
Silent Install Switch: MsiExec.exe /i jdk1.8.0_211.msi /qn
Silent Uninstall Switch: MsiExec.exe /x {32A3A4F4-B792-11D6-A78A-00B0D0180211} /qn
Repair Command: MsiExec.exe /fa {32A3A4F4-B792-11D6-A78A-00B0D0180211} /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/

Java SE Development Kit 8 Update 211 (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 8u211, 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 EXE to a folder created at (C:\Downloads)
  6. Manually launch the jdk-8u211-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 211 (64-bit) – Custom Setup window, Navigate to C:\Users\%username%\AppData\LocalLow\Oracle\Java\
  9. Copy the jdk1.8.0_211_x64 folder to C:\Downloads
  10. Cancel & Close the “Java SE Development Kit 8 Update 211 (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_211_x64 folder
  13. Enter the following command: MsiExec.exe /i jdk1.8.0_21164.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 211 (64-bit)
Vendor: Oracle Corporation
Version: 8.0.2110.12
Architecture: x64
Installer Type: MSI
Silent Install Switch: MsiExec.exe /i jdk1.8.0_21164.msi /qn
Silent Uninstall Switch: MsiExec.exe /x {64A3A4F4-B792-11D6-A78A-00B0D0180211} /qn
Repair Command: MsiExec.exe /fa {64A3A4F4-B792-11D6-A78A-00B0D0180211} /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/

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 211 (32-bit) Silent Install (EXE) with Logging

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


Disable the Auto Update Feature

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

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

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

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

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

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

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

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

Suppress End User License Agreement (EULA)

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

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

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

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

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

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

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

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

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

Java JRE 8 Update 211 64-bit (EXE)

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

Java JDK 8 Update 211 32-bit (EXE)

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

Java JDK 8 Update 211 64-bit (EXE)

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

Exclude Java Start Menu Items

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

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

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

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

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

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

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

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

Suppress Java Reboot

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

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

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

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

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

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

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

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

Remove All Out-Of-Date Java JRE Versions

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

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

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

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

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

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

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

Disable Java Web Analytics

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

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

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

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

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

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

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

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

Set Java Web Security Level to Very High

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

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

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

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

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

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

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

jdk-8u211-windows-x64.exe /s WEB_JAVA_SECURITY_LEVEL=VH Option 1
jdk-8u211-windows-x64.exe INSTALL_SILENT=1 WEB_JAVA_SECURITY_LEVEL=VH Option 2
jdk-8u211-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 211 (32-bit) Silent Install (EXE) with Java Web Disabled

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

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

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

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

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

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

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

Disable 3rd Party Sponsor Offers

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

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

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

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

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

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

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

jdk-8u211-windows-x64.exe /s SPONSORS=0 Option 1
jdk-8u211-windows-x64.exe /s SPONSORS=Disable Option 2
jdk-8u211-windows-x64.exe INSTALL_SILENT=1 SPONSORS=0 Option 3
jdk-8u211-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 211 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 211 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 211 (32-bit) Silent Uninstall

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

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

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

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

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

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

MsiExec.exe /x {64A3A4F4-B792-11D6-A78A-00B0D0180211} /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.