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:
Internet Explorer Setting to Run JNLP File
How to configure IE (Internet Explorer) to automatically run JNLP files. I have JRE (Java Runtime Environment) installed.
✍: FYIcenter
If you have JRE (Java Runtime Environment) installed,
you can follow these steps to configure IE (Internet Explorer)
to automatically run JNLP files, when it is clicked:
1. Run IE (Internet Explorer), and go to Settings.
2. Select "Internet Options", then "Programs".
3. Click "Set programs". You see the "Control Panel\Programs\Default Programs" screen.
4. Click "Associate a file type or protocol with a program" link. You see a list of file extensions and their associated programs.
5. Select the .jnlp (JNLP File) entry, and click "Change Program" button.
6. Click "Browse" button to select \fyicenter\jdk-1.8.0\bin\javaws. You see .jnlp is associated with "Java Web Start Launcher" program.
Now open DynamicTreeDemo.html in IE browser and click "JavaWS Launch". You see DynamicTreeDemo running in a new window.
The following picture shows how to configure IE to run JNLP files
automatically with JavaWS:
⇒ Firefox Setting to Run JNLP File
⇐ DynamicTreeDemo.html - JavaWS Demo Web Page
2017-12-26, 8488👍, 0💬
Popular Posts:
What Is commons-io-2.11.jar? commons-io-2.11.jar is the JAR file for Commons IO 2.5, which is a libr...
JDK 11 jdk.internal.opt.jmod is the JMOD file for JDK 11 Internal Opt module. JDK 11 Internal Opt mo...
Jetty provides an HTTP server, HTTP client, and javax.servlet container. These components are open s...
Apache Log4j provides the interface that applications should code to and provides the adapter compon...
How to download and install ojdbc6.jar for Oracle 11g R2? ojdbc6.jar for Oracle 11g R2 is a Java 6, ...