Hi
I have created a jruby application and packed it into a single jar file
by
- Unpacking jruby-complete.jar
- Deleting the MANIFEST from 1
- Adding my classes
- Rejaring and not signing the jar
This works great.
Signing the jar in 4 causes trouble.
When I run the signed jar from the terminal, three security exceptions
are raised for the following classes:
- json.ext.Parser$s$0$1$newInstance
- org.jruby.ext.openssl.PKey$i$2$0$sign
- Same as 2
In all cases the exception is ‘signer information does not match signer
information for other classes in the same package’.
I take a look in the signing file and cannot find the above classes
listed in there.
Help appreciated.
Cheers
–Ben