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:
Launching Java Applications with JavaWS and JNLP
What are need to launch a Java application over the Internet with JavaWS and JNLP?
✍: FYIcenter
If you want to publish a Java application to your end users over the Internet,
and to allow them to launch the Java application with JavaWS and JNLP,
you need to prepare the following:
1. Tell your end users to download and install JRE (Java Runtime Environment) on their machine.
2. Tell your end users to use the JavaWS command line tool on the client machine. The JavaWS command line tool is distributed as part of the JRE package.
3. Publish you application JAR file on your server machine. The application JAR contains all Java classes that are needed to run the application.
4. Distribute the application JNLP file to your end users. The application JNLP file provides configurations where to get the application JAR file, and how the application should be launched.
Your end users can then run the JavaWS command with the application JNLP file to launch the application.
See the next tutorial for a complete example of launching Java application with JavaWS and JNLP.
⇒ What Is JavaWS Command Line Tool
⇐ What Is JNLP (Java Network Launching Protocol)
2017-10-16, 999👍, 0💬
Popular Posts:
What Is junit-3.8.1.jar? junit-3.8.1.jar is the version 3.8.1 of JUnit JAR library file. JUnit is a ...
What Is poi-ooxml-3.5.jar? poi-ooxml-3.5.jar is one of the JAR files for Apache POI 3.5, which provi...
JDK 11 jdk.xml.dom.jmod is the JMOD file for JDK 11 XML DOM module. JDK 11 XML DOM module compiled c...
Apache Ant is a Java-based build tool. In theory, it is kind of like make, without make's wrinkles. ...
JCIFS is an Open Source client library that implements the CIFS/SMB networking protocol in 100% Java...