vote up -1 vote down star
1

Can anybdy tell me how to obfuscate war file using proguard.I am getting error while generating obfuscated war file.

flag
Why do you feel the need to obfuscate a WAR file? – duffymo Oct 3 at 14:21
3  
What's the error? What does the ProGuard documentation say? – duffymo Oct 3 at 14:31

1 Answer

vote up -1 vote down

If you deploy your Web application with Tomcat, you may compile your WAR files into native executable, which is much harder to decompile than an obfuscated WAR

link|flag

Your Answer

Get an OpenID
or

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