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, ∼8798🔥, 0💬
Popular Posts:
Jackson is "the Java JSON library" or "the best JSON parser for Java". Or simply as "JSON for Java"....
What Is poi-scratchpad-5.2.3.jar ?poi-scratchpad-5.2.3.jar is one of the JAR files for Apache POI 5....
What Is commons-collections4-4.4 .jar?commons-collections4-4.4 .jaris the JAR file for Apache Common...
JDK 17 jdk.jshell.jmod is the JMOD file for JDK 17 JShell tool, which can be invoked by the "jshell"...
How to download and install ojdbc11.jar for Oracle 21c? ojdbc11.jar for Oracle 21c is a Java JDBC Dr...