vote up 0 vote down star
1

I don't want to use the jarsigner -verify. Is there no JAR util package for my problem? I just want to verfiy a JAR in pure Java.

flag
Did you already look at the classes in package java.util.jar? – rudolfson May 11 at 14:01
I tried JarFile and JarInputStream with the verify flag. But i doesn't work. It works with the jarsigner. – polyurethan May 11 at 14:07
Have a look at java.sun.com/j2se/1.4.2/… . Verifying looks like a complex procedure. And as I see it, you have to programm this whole process. – rudolfson May 12 at 11:05

1 Answer

vote up 0 vote down check

I think I have the right solution now.

greetz Alexander

link|flag
1  
A good reason not to answer with only a link (especially not a volatile one such as this) – Joachim Sauer Oct 2 at 13:14
@polyurethan: Could you please paste the solution into your answer - this link is dead. – Software Monkey Oct 16 at 1:54

Your Answer

Get an OpenID
or

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