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:
HelloJavaWs.html - Run Application from Web Page
How to run my Java application from the Web page? I have HelloJavaWs.html, HelloJavaWs.jnlp, and and HelloJavaWs.jar published on my Website.
✍: FYIcenter
To run my Java application from the Web page, you should follow
these steps:
1. On the server machine, make sure you have published the following files on your Website:
2. On the client machine, make sure you have the following installed:
3. Run Firefox or IE and go to http://jar.fyicenter.com/JavaWS/HelloJavaWs.html.
4. Click "Launch HelloJavaWS". You see the JAR file gets downloaded, then executed with the "Hello JavaWS!" window displayed.
The picture below shows you how to run application with JavaWS from your Website:
⇒ FAQ for JavaWS (Java Web Start)
⇐ Add Security Exception for JavaWS to Run Application
2017-07-15, 1728🔥, 0💬
Popular Posts:
commons-lang-1.0.1.jar is the JAR file for Apache Commons Lang 1.0.1, which provides a host of helpe...
JDK 11 jdk.crypto.mscapi.jmod is the JMOD file for JDK 11 Crypto MSCAPI module. JDK 11 Crypto MSCAPI...
JDK 11 jdk.jfr.jmod is the JMOD file for JDK 11 JFR module. JDK 11 JFR module compiled class files a...
JDOM provides a solution for using XML from Java that is as simple as Java itself. There is no compe...
The Java Naming and Directory Interface (JNDI) is part of the Java platform, providing applications ...