I am trying to create JNLP file for java project.
but it says the error JAR Resources are not signed with the same certificate.
someone help me.
thanks in advance.
Printable View
I am trying to create JNLP file for java project.
but it says the error JAR Resources are not signed with the same certificate.
someone help me.
thanks in advance.
Are you using any third-party JAR files which is signed by other people?
I am getting the same error.i am also using 3rd party JAR Files, how can i solve this problem?
i am using Netbean 6.9,which having inbuild feature of web start so it auto generate JNLP file so how i can edit that file?
ERROR: JAR resources in the JNLP file are not signed by the same
certificate
JNLPException[category: Launch File Error : Exception: null : LaunchDesc:
<jnlp spec="1.0+" codebase="file:/E:/Temp/JavaMatrix/Development/Applications/RTLMatrixCloud/dist/" href="file:/E:/Temp/JavaMatrix/Development/Applications/RTLMatrixCloud/dist/launch.jnlp">
<information>
<title>RTLMatrixCloud</title>
<vendor>Saurabhn</vendor>
<homepage href="null"/>
<description>RTLMatrixCloud</description>
<description kind="short">RTLMatrixCloud</description>
</information>
<security>
<all-permissions/>
</security>
<update check="background" policy="always"/>
<resources>
<java version="1.5+"/>
<jar href="file:/E:/Temp/JavaMatrix/Development/Applications/RTLMatrixCloud/dist/RTLMatrixCloud.jar" download="eager" main="true"/>
<jar href="file:/E:/Temp/JavaMatrix/Development/Applications/RTLMatrixCloud/dist/lib/RTLItem.jar" download="eager" main="false"/>
<jar href="file:/E:/Temp/JavaMatrix/Development/Applications/RTLMatrixCloud/dist/lib/sqljdbc4.jar" download="eager" main="false"/>
<jar href="file:/E:/Temp/JavaMatrix/Development/Applications/RTLMatrixCloud/dist/lib/JCommanClassLibrary.jar" download="eager" main="false"/>
</resources>
<application-desc main-class="rtlmatrixcloud.Main"/>
</jnlp> ]
at com.sun.javaws.LaunchDownload.checkSignedResources Helper(LaunchDownload.java:1798)
at com.sun.javaws.LaunchDownload.checkSignedResources (LaunchDownload.java:1508)
at com.sun.javaws.Launcher.prepareResources(Launcher. java:1232)
at com.sun.javaws.Launcher.prepareAllResources(Launch er.java:621)
at com.sun.javaws.Launcher.prepareToLaunch(Launcher.j ava:327)
at com.sun.javaws.Launcher.prepareToLaunch(Launcher.j ava:199)
at com.sun.javaws.Launcher.launch(Launcher.java:116)
at com.sun.javaws.Main.launchApp(Main.java:417)
at com.sun.javaws.Main.continueInSecureThread(Main.ja va:249)
at com.sun.javaws.Main$1.run(Main.java:111)
at java.lang.Thread.run(Unknown Source)
Can anyone solve this problem.
What you can do is create a separate JNLP file for the JAR files signed by the other certificate. Then read that JNLP from your own.