"Invalid signature file" when attempting to run a .jar
Posted
by oskar
on Stack Overflow
See other posts from Stack Overflow
or by oskar
Published on 2009-06-16T03:49:51Z
Indexed on
2010/06/02
14:13 UTC
Read the original article
Hit count: 437
My java program is packaged in a jar file and makes use of an external jar library, bouncy castle. My code compiles fine, but running the jar leads to the following error:
Exception in thread "main" java.lang.SecurityException: Invalid signature file digest for Manifest main attributes
I've googled for over an hour searching for an explanation and found very little of value. If anyone has seen this error before and could offer some help, I would be obliged.
© Stack Overflow or respective owner