This page lists and answers frequently asked questions related to Windows online installation and Java Update.
This page contains these topics:
"I downloaded the installer and it is only 846KB. Why is it so small?"
"Netscape/Mozilla is not working correctly with Java Plug-in. Why?"
"How can I uninstall the Java Update version I just installed?"
"How to Cleanup the Registry After a Failed JDK 8 Uninstall?"
See "JDK 8 and JRE 8 Installation Start Here" for general information about installing JDK 8 and JRE 8.
A: The Windows Online Installer for the JRE will download more installer files based on system configuration. Using this installer helps users avoid downloading unnecessary files.
A: You need to close and restart the Java Control Panel to get the updated Control Panel.
A: First close all the browsers sessions. If this does not work, reboot the system and try again.
A: Regardless of whether an alternate target directory was selected, Java Update needs to install some update files on the Windows system drive.
If you want to uninstall the JRE, use the "Add/Remove Programs" utility in the Microsoft Windows Control Panel (select Start, then Settings, then Control Panel to get to "Add/Remove Programs").
A: The JRE bootstrap installer uses the system Internet Connection settings to connect to the web for downloading extra files. If you are behind a firewall and require proxy settings, make sure the proxy settings in Internet Options/Internet Properties are set up properly (select Start, then Control Panel, then Internet Options/Internet Properties, then Connections, then LAN Settings)
If you can browser the external web (for example, outside the firewall) with Internet Explorer, then your proxy settings are properly set up. The installer does not understand the proxy settings specified in Netscape/Mozilla.
A: jusched.exe
is the scheduler process of Java Update; jucheck.exe
is the process for checking/performing updates in Java Update. These processes run automatically and transparently to users. To shutdown these processes, simply uncheck the "Check for Updates Automatically" check box in the Update tab of Java Control Panel.
If you installed the JRE through the Custom option but unchecked the browser selections, you may run into this situation. To fix the problem, go to the Browser tab in Java Control Panel and check the browsers that you want to run the newly installed version of Java.
A: Java Update can only be run if the system is connected to the network. A system that is not connected to the network is referred to as being "offline." When the Update Now button is clicked, it will check the online/offline status of your system. If your system is not currently connected to the network or dial-up networking is disconnected, the error message will show up. Check that your system is currently connected to the network and try it again.
A: The message is part of the Java Auto Update mechanism, which detects at user login time if a newer version of the JRE is available for download. You may simply click on the system tray Java Update icon to download and install the update.
A: This problem occurs when the server is too busy or when the network is too congested to serve the file. Please retry by running the installer again.
A: There are several possible reasons:
Network connection fails.
Download manager software interrupts the download process.
Another application, such as an anti-virus application, may interrupt the installation process.
To address these problems, ensure third-party downloader applications are turned off and the network connection is configured properly. Also, if a proxy is in use, make sure that proxy authentication is turned off.
A: See http://www.java.com/en/download/help/error_1722.xml
. If you encounter any other errors or issues, you can go to http://www.java.com/en/download/help/index.xml
, which contains solutions for issues you might encounter when downloading and installing Java on your system. In particular, you can search for solutions by error number; searching for "Error 1722" returns a solution to this issue.
A: Sometimes, attempts to uninstall JDK through the Windows Add/Remove program leave behind some Java entries in the registry that are not fully removed. These left behind registry entries can cause problems in installing a new version of Java. The following are the methods to cleanup registry entries:
Microsoft Utility (Recommended Method)
Manual Registry Edit
Run the Microsoft Utility to repair the corrupted registry keys that prevent programs from being completely uninstalled, or blocks new installations and updates.
Incorrectly editing your registry may severely damage your system. You should back up any valued data from your computer before making changes to the registry.
Use the File->Export
functionality of the registry editor to save the registry key before deleting. In case you deleted the wrong registry key, you can restore the registry from your saved backup file, by using the File->Import
functionality.
To delete the registry key:
Determine the correct Registry Key. See "Finding the JDK Registry Key and UninstallString".
Highlight the key, Right click and select Delete.
Click Yes when prompted.
java -version
command, 1.8.0 is displayed in the output instead of 11 (or the installed JDK version).A: This happens because the javapath is placed before JDK 11 (and later) location in the user environment path. This is a bug with the JRE 8 uninstaller. To fix this shim situation, uninstall and reinstall JDK 11 (and later).