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, 10035🔥, 0💬
Popular Posts:
Apache Axis2 is the core engine for Web services. It is a complete re-design and re-write of the wid...
What Is js.jar in Rhino JavaScript 1.7R5? js.jar in Rhino JavaScript 1.7R5 is the JAR file for Rhino...
JDK 11 jdk.internal.vm.compiler .jmodis the JMOD file for JDK 11 Internal VM Compiler module. JDK 11...
What Is poi-scratchpad-5.2.3.jar ?poi-scratchpad-5.2.3.jar is one of the JAR files for Apache POI 5....
Jackson is "the Java JSON library" or "the best JSON parser for Java". Or simply as "JSON for Java"....