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, 11465🔥, 0💬
Popular Posts:
How to download and install javamail-1_2.zip? The JavaMail API is a set of abstract APIs that model ...
xml-commons External Source Code Files are provided in the source package file, xml-commons-external...
JDK 6 tools.jar is the JAR file for JDK 6 tools. It contains Java classes to support different JDK t...
JDK 11 jdk.xml.dom.jmod is the JMOD file for JDK 11 XML DOM module. JDK 11 XML DOM module compiled c...
maven-core-3.5.4.jar is the JAR file for Apache Maven 3.5.4 Core module. Apache Maven is a software ...