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

Q

How to run "sun.plugin2.applet.viewer.Applet2Viewer" program from JRE plugin.jar file?

✍: FYIcenter

A

"sun.plugin2.applet.viewer.Applet2Viewer" allows you to view Applets embedded in HTML documents.

"sun.plugin2.applet.viewer.Applet2Viewer" 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 "sun.plugin2.applet.viewer.Applet2Viewer" 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\plugin.jar;%JRE_HOME%\lib\deploy.jar 
   sun.plugin2.applet.viewer.Applet2Viewer

Usage: Applet2Viewer [url to HTML page containing <applet> tag]
Views the first applet on the specified HTML page.

 

sun.plugin2.applet.viewer.JNLP2Viewer - JNLP Viewer

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

Tools Supported from JRE JAR Files

⇑⇑ FAQ for JDK (Java Development Kit)

2018-11-11, 2045🔥, 0💬