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:
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, 11🔥, 0💬
Popular Posts:
JDK 11 jdk.internal.vm.ci.jmod is the JMOD file for JDK 11 Internal VM CI module. JDK 11 Internal VM...
Java Servlet 3.0 Specification API. JAR File Size and Download Location: File name: servlet-api.jar,...
How to run "javac" command from JDK tools.jar file? "javac" is the Java compiler command that allows...
GJT (Giant Java Tree) implementation of XML Pull Parser. JAR File Size and Download Location: File n...
What Is mail.jar of JavaMail 1.4.2? I got the JAR file from javamail-1.4.2.zip. mail.jar in javamail...