Categories:
Audio (13)
Biotech (29)
Bytecode (36)
Database (77)
Framework (7)
Game (7)
General (507)
Graphics (53)
I/O (35)
IDE (2)
JAR Tools (101)
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 (309)
Collections:
Other Resources:
Run JavaWS with JNLP File from the Server
How to run JavaWS command to read a JNLP file from the server?
✍: FYIcenter
If you know the URL of a JNLP file from the server,
you can run JavaWS command to read a JNLP file remotely
as shown below:
1. Check the following URL of a JNLP file with a browser:
https://docs.oracle.com/javase/tutorialJWS/samples/deployment/dynamictree_webstartJWSProject/dynamictree_webstart.jnlp
2. Run JavaWS command with this URL:
fyicenter> javaws https://docs.oracle.com/javase/tutorialJWS/samples/deployment/dynamictree_webstartJWSProject/dynamictree_webstart.jnlp
JavaWS will download the dynamictree_webstart.jnlp file first, then download the DynamicTreeDemo.jar file given in the JNLP file and launch it.
⇒ Understanding and Using javaws.jar
⇐ JavaWS Warning to Verify Publisher Certificate
2018-01-06, 1058🔥, 0💬
Popular Posts:
Java Servlet 3.0 Specification API. JAR File Size and Download Location: File name: servlet-api.jar,...
The Digester package lets you configure an XML -> Java object mapping module, which triggers certain...
JDK 11 jdk.scripting.nashorn.jm odis the JMOD file for JDK 11 Scripting Nashorn module. JDK 11 Scrip...
JDK 11 jdk.compiler.jmod is the JMOD file for JDK 11 Compiler tool, which can be invoked by the "jav...
JDK 11 jdk.internal.opt.jmod is the JMOD file for JDK 11 Internal Opt module. JDK 11 Internal Opt mo...