Posted By:
WarnerJan_Veldhuis
Posted On:
Thursday, November 10, 2005 03:35 AM
Obfuscate your code (yGuard for example), that will also remove debugging info that is generated by the compiler.... In the strongest obfuscation mode, it will generate classes that will run in the JVM, but when decompiled, will generate broken code...
More on yGuard here