How to provide security for a jar file from decompiling the classes present in it using a manifest file

user3534517 picture user3534517 · Nov 27, 2015 · Viewed 9.4k times · Source

Is there any attribute that is there in the manifest file to provide security to the jar file.

[update] I am working on a java swing App which will be deployed on user machine. Need to make sure that my code/app can't be tweaked or reproduced. looking for options which can help me secure my app/code.

Answer