Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Re: new to JNLP some questions about signing jars and setting up jnlp files

User_64CKJDec 23 2009 — edited Mar 15 2010
Jory_Thompson wrote:
..
Caused by: java.lang.SecurityException: class "com.thompco.persys.dataLib.entity
.Alarm$$EnhancerByCGLIB$$96089901"'s signer information does not match signer in formation of other classes in the same package
...
This last bit sounds like I am using a different jar signer for each jar?
Sounds like. All the Jar files in any one JNLP must be signed by the same cert., if you want to deploy other Jars that are already signed, it is common practice to put those Jars in their own extension JNLP.
I also want to make sure I am setting up my jnlp file(s) correctly.
No, there is at least one point where that file is invalid, and GIGO! Try checking the main JNLP using JaNeLA *(<- link).* JaNeLA will load the referenced component-desc/installer-desc JNLPs and check the validity of the files as well as the availability of resources.
..I assume I need to get it working as a stand-alone jar before I install it on my web server?
A local server is sometimes handy for checking aspects of JWS launches. But at the moment I will go directly from testing on the command line, to a server upload.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 12 2010
Added on Dec 23 2009
3 comments
317 views