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!

How to Convert My Application to Jnlp supported

843802Jul 22 2009 — edited Jul 28 2009
Hi,

I have an offline swing/spring based application runs at a remote location.
Which has a dependency of spring jars and third party jars.
My application needs access to local file system/DB.

I specified all-permissions in my jnlp file and also signed my jar.
But as my application has the dependency on third party jars as per the docs i also need to sign them.

When i do and click on a link pointing to jnlp file the installer throws some exception.


at com.sun.javaws.LaunchDownload.checkSignedResourcesHelper(Unknown Source)
at com.sun.javaws.LaunchDownload.checkSignedResources(Unknown Source)
at com.sun.javaws.Launcher.prepareLaunchFile(Unknown Source)
at com.sun.javaws.Launcher.prepareToLaunch(Unknown Source)
at com.sun.javaws.Launcher.launch(Unknown Source)
at com.sun.javaws.Main.launchApp(Unknown Source)
at com.sun.javaws.Main.continueInSecureThread(Unknown Source)
at com.sun.javaws.Main$1.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)

the dependency jars are having been signed by third party.


Please suggest me in this regard.

Thanks & Regards
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 25 2009
Added on Jul 22 2009
1 comment
198 views