netbeans jarsigner woes

Ok so this is about the dreaded jarsigner error : unable to sign jar: java.util.zip.ZipException: invalid entry compressed size 99% of the time what that means is your jar is already signed However jarsigner has no way to remove signatures from a jar , but you can do that manually since a jar file is …