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:
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, 5835🔥, 0💬
Popular Posts:
What Is poi-scratchpad-3.5.jar? poi-scratchpad-3.5.jar is one of the JAR files for Apache POI 3.5, w...
commons-io-2.6-sources.j aris the source JAR file for Apache Commons IO 2.6, which is a library of u...
What is jxl.jar 2.6.12? jxl.jar 2.6.12 is the JAR file for Java Excel API 2.6.12, which is a Java li...
What Is mail.jar of JavaMail 1.3? I got the JAR file from javamail-1_3.zip. mail.jar in javamail-1_3...
JDK 11 java.desktop.jmod is the JMOD file for JDK 11 Desktop module. JDK 11 Desktop module compiled ...