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:
Chrome Setting to Run JNLP File
How to configure Chrome browser to automatically run JNLP files. I have JRE (Java Runtime Environment) installed.
✍: FYIcenter
There is no way to configure Chrome browser to automatically run JNLP files.
Chrome stopped supporting Java applications in its newer versions.
But you can run JNLP files with JavaWS manually in Chrome as described below:
1. Go to "Control Panel\Programs\Default Programs\Set Associations". You see a list of file extensions and their associated programs.
2. Select the .jnlp (JNLP File) entry, and click "Change Program" button.
3. Click "Browse" button to select \fyicenter\jdk-1.8.0\bin\javaws. You see .jnlp is associated with "Java Web Start Launcher" program.
4. Run Chrome browser, and open DynamicTreeDemo.html in Chrome browser and click "JavaWS Launch". You see the "Save as" window showing up.
5. Save the JNLP file, dynamictree_webstart.jnlp, to your local computer.
6. Double-click the downloaded file near the bottom of Chrome window. You see DynamicTreeDemo running in a new window.
The following picture shows how to run JNLP files in Firefox manually:
⇒ Building Your Own JavaWS and JNLP Application
⇐ Firefox Setting to Run JNLP File
2017-12-26, ∼6897🔥, 0💬
Popular Posts:
Apache Log4j Core Implementation provides the functional components of the logging system. Users are...
JDK 11 jdk.jconsole.jmod is the JMOD file for JDK 11 JConsole tool, which can be invoked by the "jco...
What Is jtds-1.2.2.jar? jtds-1.2.2.jar is the JAR files of jTDS Java library 1.2.2, which is a JDBC ...
JRE 5 sunjce_provider.jar is the JAR file for JRE 5 Sun JCE Provider, which provides implementations...
JDK 17 java.security.jgss.jmod is the JMOD file for JDK 17 Security JGSS (Java Generic Security Serv...