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:
Firefox Setting to Run JNLP File
How to configure Firefox browser 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 Firefox browser
to automatically run JNLP files, when it is clicked:
1. Run Firefox browser.
2. Open DynamicTreeDemo.html in Firefox browser and click "JavaWS Launch". You see the "Openning dynamictree_webstart.jnlp" window showing up.
3. Check the "Open with" option and then select "Other..." from the dropdown list. You see the "Shoose Helper Application window showing up.
4. Click "Browse" button to select \fyicenter\jdk-1.8.0\bin\javaws. You see .jnlp is associated with "Java Web Start Launcher" program.
5. Click "OK". You see DynamicTreeDemo running in a new window.
6. Go to Settings and select "Options", then "Applications". You see a list of file content types and their associated actions.
7. Select "JNLP File", and change the action from "Always ask" to "Use Java Web Start Launcher".
8. Open DynamicTreeDemo.html in Firefox browser again. And click "JavaWS Launch". You see DynamicTreeDemo running in a new window automatically.
Note that you must click and open the JNLP file first to browse and select the associated program, JavaWS. If you go to settings and select "Options > Applications" first, JNLP File will not be listed there.
The following picture shows how to browse and select JavaWS for JNLP files in Firefox:
The following picture shows how to configure Firefox to run JavaWS automatically:
⇒ Chrome Setting to Run JNLP File
⇐ Internet Explorer Setting to Run JNLP File
2017-12-26, 7877🔥, 0💬
Popular Posts:
How to download and install ojdbc5.jar for Oracle 11g R1? ojdbc5.jar for Oracle 11g R1 is a Java 5 J...
JDK 11 java.rmi.jmod is the JMOD file for JDK 11 RMI (Remote Method Invocation) module. JDK 11 RMI m...
JDOM provides a solution for using XML from Java that is as simple as Java itself. There is no compe...
JDK 11 jdk.jfr.jmod is the JMOD file for JDK 11 JFR module. JDK 11 JFR module compiled class files a...
What Is log4j-1.2.15.jar? I got the JAR file from apache-log4j-1.2.15.zip. log4j-1.2.15.jar is the v...