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:
Requirements to Use JavaWS in Web Pages
What are Requirements to Use JavaWS in Web Pages? I want my end users to launch my Java application from my Website.
✍: FYIcenter
If you want your end users to launch your Java application from your Website,
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 a Web browser that is configured to run JNLP files.
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. Create "Launch" button on your Website linking to the application JNLP file on your server machine.
Your end users can then click the "Launch" button to launch the application.
See the next tutorial for a complete example of launching Java application with JavaWS and JNLP.
⇒ DynamicTreeDemo.html - JavaWS Demo Web Page
⇐ Using JavaWS (Java Web Start) in Web Pages
2017-12-31, 1569🔥, 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...
JSP(tm) Standard Tag Library 1.1 implementation - Jakarta Taglibs hosts the Standard Taglib 1.1, an ...
JRE 8 rt.jar is the JAR file for JRE 8 RT (Runtime) libraries. JRE (Java Runtime) 8 is the runtime e...
JDK 11 java.compiler.jmod is the JMOD file for JDK 11 Compiler module. JDK 11 Compiler module compil...
What Is wstx-asl-3.2.8.jar? wstx-asl-3.2.8.jar is JAR file for the ASL component of Woodstox 3.2.8. ...