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
java jre 7u45 breaks classloader.getResources()?

I have code to iterate over the results of classLoader.getResources("META-INF/MANIFEST.MF") to return the list of jars …

java java-web-start
Is there a .NET equivalent of Java Web Start?

Is there a .NET equivalent of Java Web Start? I want a one-click, from the web, lightweight install for a …

.net java-web-start
Java Web Start always caches JNLP file on Windows XP

At my company we are using Java Web Start to distribute client software to the customers. They are using different …

java distribution java-web-start
What can I do to make jar / classes smaller?

I'm developing a Java Applet, and reducing the size of the binary code will make the applet open faster and …

java jar applet size java-web-start