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 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, 1401🔥, 0💬
Popular Posts:
Jackson is "the Java JSON library" or "the best JSON parser for Java". Or simply as "JSON for Java"....
How to download and install JDK (Java Development Kit) 1.4? If you want to write Java applications, ...
ZooKeeper is a centralized service for maintaining configuration information, naming, providing dist...
JDK 17 java.base.jmod is the JMOD file for JDK 17 Base module. JDK 17 Base module compiled class fil...
commons-fileupload-1.3.3 -sources.jaris the source JAR file for Apache Commons FileUpload 1.3., whic...