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, ∼6786🔥, 0💬
Popular Posts:
JDK 11 jdk.hotspot.agent.jmod is the JMOD file for JDK 11 Hotspot Agent module. JDK 11 Hotspot Agent...
JRE 8 deploy.jar is the JAR file for JRE 8 Java Control Panel and other deploy tools. JRE (Java Runt...
Where to get the Java source code for Connector/J 8.0 Core Impl module? Java source code files for C...
JDK 11 java.xml.jmod is the JMOD file for JDK 11 XML (eXtensible Markup Language) module. JDK 11 XML...
commons-collections4-4.4 -sources.jaris the source JAR file for Apache Commons Collections 4.2, whic...