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.