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, ∼6649🔥, 0💬
Popular Posts:
What Is junit-3.8.1.jar? junit-3.8.1.jar is the version 3.8.1 of JUnit JAR library file. JUnit is a ...
JAX-WS is an API for building web services and clients. It is the next generation Web Services API r...
What Is javaws.jar in JRE (Java Runtime Environment) 8? javaws.jar in JRE (Java Runtime Environment)...
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...
What Is poi-scratchpad-3.5.jar? poi-scratchpad-3.5.jar is one of the JAR files for Apache POI 3.5, w...