Decompilation of java class file into source code
807599Jan 22 2007 — edited Jan 22 2007Hi all
There are some application which will generate source file from class
is it not harmful?
How can we prevent this in java ?
How can i hide my business logic so that nobody can decompile it into original
one
(e.g decompiler -----> i have cavaj decompiler )
regards