Top "Java-web-start" questions

Java Web Start (JWS) is the Oracle technology used to launch rich client (Swing, Java-FX, SWT, AWT.

Java WebStart launch fails when a JNLP is fixed to JRE 1.6 and JRE 1.7 is installed

At my company, we download and launch a JNLP application that is tied to a JRE 1.6.0_20. We use the system …

java java-7 jnlp java-web-start
How to debug Java Web Start applications?

I have a Java Web Start Application that I launch from live site by downloading a tailored JNLP file. The …

java java-web-start
How to communicate between browser and Java Web Start applet

Current situation We currently use an applet to perform some operations, after which it redirects the current page. In its …

java browser applet java-web-start jnlp