Top "Java-web-start" questions

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

Looking for Webstart Maven Plugin sample application

I am looking for source code for a complete application that uses the Webstart Maven Plugin. Any ideas?

maven-2 java-web-start sample maven-webstart-plugin
How to recreate shortcut to webstart application?

I use the shortcut tag in my appliation's jnlp descriptor to create a desktop link and a menu entry for …

java java-web-start jnlp
Generate JNLP dynamically

I need to pass argument to JNLP dynamically for which I tried using a servlet which extends JnlpDownloadServlet and then …

java dynamic jnlp java-web-start
Enabling JVM options with Java Web Start / JNLP

I'm creating a Web Start application which would benefit from some of the newer JVM options (especially escape analysis, G1 …

java jvm java-web-start jnlp
java web start alternative

We're looking for an alternative to Java web start that effectively does the same thing, just better implemented. We're having …

java deployment java-web-start urlclassloader
Where can I find the jnlp api jar in jdk 7?

Possible Duplicate: Can’t find jnlp.jar in JDK 1.7 For jdk 1.6, it can be found here (according to Where can …

java jnlp java-web-start
Java 7u4 webstart security exception: Class does not match trust level

We began to notice that with Java 7 (particularly with update 4), that all our users began to see this with our …

java security java-7 java-web-start securityexception
Is it possible to force cache clearing when a java web start application is updated?

Is it possible to force cache clearing when a java web start application is updated from the command line?

java jnlp java-web-start
java.lang.NoClassDefFoundError: Could not initialize class sun.security.ec.SunEC (occured after recent JRE update)

After the latest JRE (1.7.0_25) was updated my application won't launch from webstart as it used to. I haven't deployed any …

java jnlp java-web-start
How to use SQLite database inside jar file?

I can't figure out how to include a SQLite database within a Java .jar file for deployment (via Java WebStart). …

java sqlite jar java-web-start