[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.swt] Re: Deploying SWT with Crypto

I am now trying to deploy the app, I exported to a jar file using the excellent 'Fat Jar' plug-in which deploys all the required jar files into one jar. I also deployed the swt.dll to the directory I'm running from, and the app runs fine...
Until I try to do the encryption.

Have you tried it without using the "excellent" :-) Fat Jar plugin? AFAIK the bouncy castle jars are signed. And I would guess, a security provider jar has to be. Fat jar either repacks the jars or uses its own classloader to load a jar from within a jar. Most likely the signature from the original bc jar will be lost in both cases. Michael