Categories:
Audio (13)
Biotech (29)
Bytecode (35)
Database (77)
Framework (7)
Game (7)
General (512)
Graphics (53)
I/O (32)
IDE (2)
JAR Tools (86)
JavaBeans (16)
JDBC (89)
JDK (337)
JSP (20)
Logging (103)
Mail (54)
Messaging (8)
Network (71)
PDF (94)
Report (7)
Scripting (83)
Security (32)
Server (119)
Servlet (17)
SOAP (24)
Testing (50)
Web (19)
XML (301)
Other Resources:
com.sun.javaws.Main - Java Web Start
How to "com.sun.javaws.Main" program from JRE javaws.jar file?
✍: FYIcenter
"com.sun.javaws.Main" program allows you to start Java Web Start.
"sun.plugin2.applet.viewer.JNLP2Viewer" program is stored in the lib\javaws.jar JAR file JRE 5, 6, 7, and 8.
You can run the "sun.plugin2.applet.viewer.JNLP2Viewer" program using the lib\javaws.jar JAR file as described below using JDK 8 as an example:
C:\fyicenter>set JRE_HOME=\fyicenter\jre-1.8.0 C:\fyicenter>%JRE_HOME%\bin\java -cp %JRE_HOME%\lib\javaws.jar;%JRE_HOME%\lib\deploy.jar com.sun.javaws.Main some.jnlp
You see the Java application defined in the "some.jnlp" file started.
Â
⇠sun.plugin2.applet.viewer.JNLP2Viewer - JNLP Viewer
2018-11-11, 2521👍, 0💬
Popular Posts:
XStream is a simple library to serialize objects to XML and back again. JAR File Size and Download L...
JLayer is a library that decodes/plays/converts MPEG 1/2/2.5 Layer 1/2/3 (i.e. MP3) in real time for...
Jackson is "the Java JSON library" or "the best JSON parser for Java". Or simply as "JSON for Java"....
commons-net.jar is the bytecode of Apache Commons Net library, which implements the client side of m...
The Bouncy Castle Crypto package is a Java implementation of cryptographic algorithms, it was develo...