This week's book giveaway is in the General Computing forum. We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line! See this thread for details.
Hi all, I want my .class file not to be decompiled by any other tools. Can we achieve this? if yes Pl. explain as how to do it. It is very urgent pl. Thanks Vishnu
I want my .class file not to be decompiled by any other tools. Can we achieve this?
Although Peter has offered you a list of obfuscators (I believe -- I didn't actually follow the link he gave), it may not be possible to create a truly non-decompilable ".class" file. Read this for more details: http://www.javaworld.com/javaworld/javaqa/2003-05/01-qa-0509-jcrypt.html Hope this helps. Good Luck, Avi.