Results 1 to 1 of 1
Thread: Enable to create jnlp file
- 04-12-2011, 11:40 AM #1
Member
- Join Date
- Apr 2011
- Posts
- 2
- Rep Power
- 0
Enable to create jnlp file
Hi All,
I am a newbie to Java Web Start & Netbeans. I have created the application
in Netbeans 6.9 and am ready to deploy it via Java Web Start. The
application has five JAR libraries associated with it and during the JWS
install process I get the following error:
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.
Similar Threads
-
Testing jnlp file locally
By allelopath in forum NetworkingReplies: 0Last Post: 02-12-2011, 04:18 PM -
Error message when trying to run a JNLP file
By dewitrydan in forum New To JavaReplies: 9Last Post: 08-28-2010, 04:42 PM -
Error while executing the executable jar file using Java webstart (JNLP)
By praveen_has in forum New To JavaReplies: 0Last Post: 04-28-2010, 03:33 PM -
How to write the JNLP appln for installing the note.exe file in the client location
By srilatha in forum Advanced JavaReplies: 5Last Post: 07-26-2009, 03:37 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks