Jad File Signature

270 Views Asked by At

I want to sign jad files. I checked the internet for *.jad file signature. I found this site

I used this command for signing the jad file.

 Java -jar JadTool.jar -addcert -keystore <keystorename> -alias <aliasname> 
-storepass <password> -inputjad <input_jadfile> 
-outputjad <output_jadfile>

Under the "Add Signature to JAD" title in this url.

But I encountered this error

  Error parsing input JAD: 

How do I know where the problem is?

1

There are 1 best solutions below

0
On

You first need to create a certificate. You can make a self signed certificate using WTK or any other tool. Once you have the certificate, you need to sign you jar using the certificate. Again, you can do this using WTK