Categories:
Audio (13)
Biotech (29)
Bytecode (36)
Database (77)
Framework (7)
Game (7)
General (507)
Graphics (53)
I/O (35)
IDE (2)
JAR Tools (102)
JavaBeans (21)
JDBC (121)
JDK (426)
JSP (20)
Logging (108)
Mail (58)
Messaging (8)
Network (84)
PDF (97)
Report (7)
Scripting (84)
Security (32)
Server (121)
Servlet (26)
SOAP (24)
Testing (54)
Web (15)
XML (322)
Collections:
Other Resources:
Run JavaWS with JNLP File in Verbose Mode
How to run JavaWS command with JNLP file in verbose mode? I want to see more details on how JavaWS command works.
✍: FYIcenter
If you want to see more details on JavaWS command works,
you can run JavaWS command in verbose mode as shown below:
fyicenter> javaws -verbose dynamictree.jnlp
You see a message window showing with the following detailed information:
Launching: \fyicenter\jre-1.8.0\bin\javaw.exe
\fyicenter\jre-1.8.0\bin\javaw.exe
-classpath \fyicenter\jre-1.8.0\lib\deploy.jar
-Djava.security.policy=file:\fyicenter\jre-1.8.0\lib\security\javaws.policy
-DtrustProxy=true
-Xverify:remote
-Djnlpx.home=\fyicenter\jre-1.8.0\bin
-Djavax.security.Manager
-Djnlpx.origFilenameArg=dynamictree.jnlp
-Djnlpx.remove=true
-Dsun.awt.warmup=true
-Xbootclasspath/a:\fyicenter\jre-1.8.0\lib\javaws.jar;\fyicenter\jre-1.8.0\lib\deploy.jar;
\fyicenter\jre-1.8.0\lib\plugin.jar
-Djnlpx.splashport=55152
-Djnlpx.jvm=\fyicenter\jre-1.8.0\bin\javaw.exe
com.sun.javaws.Main
The above information tells you that JavaWS command is running the \fyicenter\jre-1.8.0\bin\javaw.exe program with a long list of options.
2. Click OK to close the message window. You see a new window the demo application showing a tree of nodes.
⇒ "javaws -viewer" - View Cached Java Applications
⇐ DynamicTreeDemo.jar - JavaWS and JNLP Demo
2018-01-06, ∼2668🔥, 0💬
Popular Posts:
JRE 8 rt.jar is the JAR file for JRE 8 RT (Runtime) libraries. JRE (Java Runtime) 8 is the runtime e...
The JSR 105 XML Digital Signature 1.0.1 FCS implementation provides an API and implementation that a...
JDK 17 java.rmi.jmod is the JMOD file for JDK 17 RMI (Remote Method Invocation) module. JDK 17 RMI m...
The JDT project provides the tool plug-ins that implement a Java IDE supporting the development of a...
What Is mail.jar of JavaMail 1.4.2? I got the JAR file from javamail-1.4.2.zip. mail.jar in javamail...