[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.platform.swt] Re: Deploying SWT with Crypto
|
- From: Michael Baumgärtner <m.b.g@xxxxxx>
- Date: Wed, 26 Mar 2008 18:28:06 +0100
- Newsgroups: eclipse.platform.swt
- Organization: EclipseCorner
- User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.1.12) Gecko/20080213 Thunderbird/2.0.0.12 Mnenhy/0.7.5.0
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