Can anybody tell me how to add signature in jar file.
I have developed a plugin, but when i am installing it, it is showing some warnings that it is not a signatured jar file.
Can anyone give me guidance on how to do that?
|
Can anybody tell me how to add signature in jar file. I have developed a plugin, but when i am installing it, it is showing some warnings that it is not a signatured jar file. Can anyone give me guidance on how to do that?
| ||||
|
feedback
|
|
You can follow instructions given in the Eclipse wiki Jar Signing page It is part of a protection policy against malicious code How is signing done?
Now if the warning appears because your plugin, even signed, is not signed with the "Eclipse Foundation Signature" (if your plugin runs within an Eclipse instance), that warning is likely to remain. See also this thread if you want to use your own keystore:
Finally, you can try out this jarsigner/keytool integration (integration to the jar exporter) which can facilitate the process. | ||||
|
feedback
|