JAR resources in JNLP file are not signed by same certificate : Java Versio
843802Aug 6 2009 — edited Sep 1 2009Hi,
I am facing the JAR signing issue based on Java Version.
I have generated my own keytool and signed all the jars mentioned in my jnlp file with the same keytool.
But when I try to launch through Java Web Start I do get this Error
{color:#ff0000}JNLPException[category: Launch File Error : Exception: null : LaunchDesc:{color}
But when I launch the same application in Java - 1.6.0_14/1.6.0_15 launches with out any error.
But when I try to launch the same application in Java 1.6.0/1.6.0_3/1.6.0.7 : get this error.
And my code is been compiled in Java 1.6.0_3.
Even I do create the keytool and sign all the jars in Java Version 1.6.0/1.6.0_3/1.6.0_7/1.6.0_14 versions also, my application is launching without any error only in java -1.6.0_14/15 versions only{latest varsions}.
Din't tested in Java 1.6.0_8/9/10/11/12/13 versions.
Is their any dependencies of creating keytool's in one version and launching the applications with different Java Versions.
Need a help in this regard.Could not find out what might be the issue in this behaviour.
Thanks
LeoSun.