Search code examples
javajnlpjava-7java-web-start

JNLP application with Java 7 - not starting


I have a swing application which works fine as the desktop application but the same application when started using a jnlp, not starting without showing any errors

I have compiled using the classes using Java7 and created a jar and then after creating a jnlp file, started with javaws command as

javaws d:\jnlp1\val.jnlp

Then "Java 7" logo appears showing that the jnlp loading... after some 10 seconds, the javaws exits without any logs or errors

Can somebody let me know how to resolve this....

Thanks in advance


Solution

  • The issue was with the missing jar and when the jar was added, the app works.