1

I am developing an Java web application witch I will deploy to a war file.

The problem is that using JD Decompiler system administrators or someone else witch has access to war file can decompile and take the source code. Is it possible to protect the source code of JAVA ?

For .Net application I use Intellilock to lock my C# source code and it works fine. But for Java it does not work.

A. Zalonis
  • 1,599
  • 6
  • 26
  • 41
  • 1
    Does the users have access to your war file? I mean, do they have access to the webserver filesystem to retrieve that war file and decompile it? – Claudio Sep 25 '14 at 15:25
  • 1
    Google "java obfuscation", or search on stackoverflow for "[java] obfuscation". – Andy Thomas Sep 25 '14 at 15:26
  • 2
    http://stackoverflow.com/questions/49379/how-to-lock-compiled-java-classes-to-prevent-decompilation – djna Sep 25 '14 at 15:27
  • See also: http://stackoverflow.com/questions/12088/do-you-obfuscate-your-commercial-java-code – Aaron Digulla Sep 25 '14 at 15:50

0 Answers0