com.oracle.deploy.update.Updater - Update JRE

Q

How to run "com.oracle.deploy.update.Updater" program from JRE deploy.jar file?

✍: FYIcenter

A

"com.oracle.deploy.update.Updater" allows you to check for JRE updates and install them.

"com.oracle.deploy.update.Updater" program is stored in the lib\deploy.jar JAR file JRE 1, 2, 3, 4, 5, 6, 7, 8, 9 , 10 and 11.

You can run the "com.oracle.deploy.update.Updater" program using the lib\deploy.jar JAR file as described below using JDK 11 as an example:

fyicenter> set JRE_HOME=\fyicenter\jre-11.0.1

fyicenter> %JRE_HOME%\bin\java -cp %JRE_HOME%\lib\deploy.jar com.oracle.deploy.update.Updater -h

usage: java com.oracle.deploy.update.Updater [-quiet]
   -quiet: Download and install latest version without prompt.
   <none>: Check for update and prompt user if available.

 

sun.plugin2.applet.viewer.Applet2Viewer - Applet Viewer

com.sun.deploy.net.cookie.GenericCookieHandler - Cookies in Java Update

Tools Supported from JRE JAR Files

⇑⇑ FAQ for JDK (Java Development Kit)

2018-11-11, 1522🔥, 0💬