Top "Jnlp" questions

JNLP stands for Java Network Launch Protocol.

remote debugging a jnlp application with eclipse

I'm debugging a jnlp application, and I used to be able to remote debug it through eclipse, but not anymore. …

java eclipse debugging jnlp
Is there a way to do JNLP without certificates?

I've got an internal only app that I've historically self-signed. With the latest version of Java, self-signing for JNLP is …

java certificate jnlp
Keep getting "JNLPSigningException [Failed to validate signing of launch file]" when launching a JNLP signed by template

We decided to sign our JNLP files by following this oracle guide. Since we have different JNLPs, we went for …

java oracle jnlp
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
JNLP as a Applet in HTML page

I'm trying to run my JNLP within an HTML page, but the java plugin does not run the JNLP, runs …

java applet jnlp next-generation-plugin
Continue Browser Session in JNLP

We have basic authentication enabled on Tomcat6. User is authenticated in browser and then JNLP is launched to launch application …

java session jnlp java-web-start
JNLP desktop shortcut creation with Windows 7 : "cannot create shortcut"

we have an Java application deployed with Java Web Start (JNLP) that does a desktop shortcut. One client has issue …

windows-7 jnlp java-web-start desktop-shortcut
Jenkins Slave Connection Timeout When Connecting

Last week I set up a selenium grid using jenkins and 4 slave windows VMs. As part of doing this I …

jenkins jnlp selenium-grid jenkins-slave
How to distinguish 32 bit from 64 bit java version in jnlp files

To start our legacy application, we use java WebStart via a jnlp. We would like to support 64-bit Java clients …

java 32bit-64bit jnlp java-web-start