Signing failure after editing jar file

157 Views Asked by At

I did some String changes to a "*.properties" file inside a JAR file. I tried to open application after the change, but I get the following signing error: "could not verify signing in resource: ... XXX.jar".

I'm new at Java, Is there any way to edit JNLP file and pass the error?

1

There are 1 best solutions below

3
On

you can't edit jar file.
you can edit the java project inside eclipse and after regenerate jar file.