Core Java

How to Fix the Java Error Code 1603 in Windows 10

In this tutorial, we will take a look at the Java Error Code 1603 in Windows 10.

1. Introduction

Java Error Code 1603 happens in Windows when Java is installed on Windows 10 without administration rights. Error 1603 is related to the security policy issues on windows.

2. Java Error Code 1603

In Java, Error code 1603 happens on windows 10 during installation. This is due to the following reasons:

  • Windows Version
  • Administration rights
  • Previous installation
  • Antivirus software
  • Java Content not disabled
  • KB2918614 Windows Update
  • Other Software executing Java
  • LogMeIn users

2.1 Prerequisites

Java 8 is required on the Windows operating systems.

2.2 Download

You can download Java 8 from the Oracle web site.

2.3 Installation on Windows

You need to have the administrator rights for installation. The drive for installation should not be encrypted. BitLocker needs to be disabled. If any of the above is a problem, resolve the issues and restart the machine. The other issues are discussed in detail below.

java error code 1603 - bit locker
Bit Locker

2.3.1 Windows Version

You need to ensure the windows version and java version is appropriate. 64 bit or 32 bit Windows 10 needs to be checked before downloading and installing. To check the system settings, you can right-click on the windows icon and click on the settings. Select the system on the settings and choose the About Tab. Windows 10 version can be obtained from the System Type menu.

java error code 1603 - version check
Windows 10 Version check

2.3.2 Administration rights

To execute the java installer, choose Run as administrator by right-clicking on the downloaded java installer. Most of the time, the issues are resolved by choosing the administrator option.

Administrator Execution

2.3.3 Previous Installations

Previous java installations might create issues. To erase the previous installations, Run command appwiz.cpl by choosing Windows+R. Choose Enter Key. You can select the Java or JDK in the list. Uninstall option needs to be picked for removing the installation. Restart the computer after removing previous installations.

java error code 1603 - previous installations
Previous Installations

2.3.4 Antivirus Software

The other issue can be antivirus software blocking the java software. Disable the antivirus software and start the installation of Java. You can disable it by starting the Task Manager and select the disable option under the startup tab.

java error code 1603 - task manager
Task Manager

2.3.5 Java Content

You can select the security tab on the java control panel. The “Enable Java content in the browser” option needs to be unchecked. Press Apply and then ok.

java error code 1603 - java content
Java Content

2.3.6 KB2918614 Windows Update

The other issue is due to the KB2918614 windows update. You can remove the update by typing the command appwiz.cpl after selecting Windows +R hotkey.

2.3.7 Other Software executing Java

You need to ensure the other software executing java needs to be stopped. You need to close the browser after downloading the software. From the taskbar, stop the other software executing java. From the system tray, you can find the third party software icons.

2.3.8 LogMeIn users

LogMeIn software is another issue for Windows 10 Java installation. Remove the LogMeIn Software and install the Java software. The installation can be done remotely using the other remote desktop software.

2.4 Setup

2.4.1 Java Setup

Below are the setup commands required for the Java Environment.

Setup

JAVA_HOME="/desktop/jdk1.8.0_73"
export JAVA_HOME
PATH=$JAVA_HOME/bin:$PATH
export PATH

3. Summary

New updates of Java have been a issue as malware software programmers have been using them as loop holes. On windows 10, Java Error code 1603 happens due to security policy issues. It can be resolved using the techniques discussed above going step by step.

Bhagvan Kommadi

Bhagvan Kommadi is the Founder of Architect Corner & has around 20 years’ experience in the industry, ranging from large scale enterprise development to helping incubate software product start-ups. He has done Masters in Industrial Systems Engineering at Georgia Institute of Technology (1997) and Bachelors in Aerospace Engineering from Indian Institute of Technology, Madras (1993). He is member of IFX forum,Oracle JCP and participant in Java Community Process. He founded Quantica Computacao, the first quantum computing startup in India. Markets and Markets have positioned Quantica Computacao in ‘Emerging Companies’ section of Quantum Computing quadrants. Bhagvan has engineered and developed simulators and tools in the area of quantum technology using IBM Q, Microsoft Q# and Google QScript. He has reviewed the Manning book titled : "Machine Learning with TensorFlow”. He is also the author of Packt Publishing book - "Hands-On Data Structures and Algorithms with Go".He is member of IFX forum,Oracle JCP and participant in Java Community Process. He is member of the MIT Technology Review Global Panel.
Subscribe
Notify of
guest

This site uses Akismet to reduce spam. Learn how your comment data is processed.

0 Comments
Inline Feedbacks
View all comments
Back to top button