Chrome Setting to Run JNLP File

Q

How to configure Chrome browser to automatically run JNLP files. I have JRE (Java Runtime Environment) installed.

✍: FYIcenter

A

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:
Run JNLP File with JavaWS in Chrome Manually

 

Building Your Own JavaWS and JNLP Application

Firefox Setting to Run JNLP File

Using JavaWS (Java Web Start) in Web Pages

⇑⇑ FAQ for JavaWS (Java Web Start)

2017-12-26, 5620🔥, 0💬