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, 5997🔥, 0💬
Popular Posts:
JDK 11 jdk.crypto.cryptoki.jmod is the JMOD file for JDK 11 Crypto Cryptoki module. JDK 11 Crypto KI...
kernel.jar is a component in iText Java library to provide low-level functionalities. iText Java lib...
What Is ojdbc8.jar for Oracle 12c R2? ojdbc8.jar for Oracle 12c R2 is the JAR files of ojdbc.jar, JD...
How to download and install ojdbc7.jar for Oracle 12c R1? ojdbc8.jar for Oracle 12c R1 is a Java 7 a...
JDK 17 java.xml.jmod is the JMOD file for JDK 17 XML (eXtensible Markup Language) module. JDK 17 XML...