How to Convert My Application to Jnlp supported
843802Jul 22 2009 — edited Jul 28 2009Hi,
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