vote up 1 vote down star

Is it possible to sign a jar file as you export it from Eclipse 3.5? Or a plugin to allow this to happen?

I can easily export a runnable jar, and sign it myself using jarsigner, but manually doing this every change is not efficient.

flag

60% accept rate

2 Answers

vote up 0 vote down

If there is no plugin, a possible alternative is to setup an ant script to do the operation for you on demand.

The JAR Signing mentions the Platform-releng-signedbuild script as an example, completed with a few tips.

link|flag
Thanks for the information. I will look into the ANT script, but I have no expirience at all with ANT. – Ken Aug 12 at 18:04
vote up 0 vote down

Hi

there's a plugin that can help you, http://jarsigner.sourceforge.net/ you install the plugin in the dropins, configure it in the preferences page and then create the jardesc with a traditional eclipse export as jar. then you right click in the jardesc file and select "Create Signed JAR" and it will create the jarfile and sign it using the selected preferences.

Regards,

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.