reciter 0 Report post Posted November 15, 2004 Java is easy to decompile.If you use a decompiler, the program which others made can be seen freely.I think that it becomes the study of JAVA. However, the person who made will worsen mind.What do you think about it?May I use it,or not?Reference:DJ JAVA DECOMPILER Share this post Link to post Share on other sites
rowita 0 Report post Posted November 15, 2004 But what about obfuscated codes!? you'll have problem with them.anyway the program seems to be good! Share this post Link to post Share on other sites
reciter 0 Report post Posted November 18, 2004 I am using DJ JAVA DECOMPILER.If it refers to the keyword "decompiler", in Google,it will come out to the top.Therefore I found it out without any difficulties. I learned JAVA with it very much.For example,hou to use constructor practically,how to make classes efficiently.Thanks to it,I am no longer a beginner. I hear obfuscated codes can also decompile with it,but difficult to read.(I've never tried this.)When you use it,only what you have to be careful is not to disclosed to the author of a program. Share this post Link to post Share on other sites
rovertos 1 Report post Posted November 22, 2004 There are so many better ways to learn Java than this... Do you know about the Sun Certified Java Programmer exam? Buy a book on it, study and take the exam. This is the way to learn. Share this post Link to post Share on other sites
arunkumarhg 0 Report post Posted November 29, 2004 There are so many better ways to learn Java than this... Do you know about the Sun Certified Java Programmer exam? Buy a book on it, study and take the exam. This is the way to learn. <{POST_SNAPBACK}> Hi,You want to Prevent Decomplination of your java code, mean protect your application from reserve engineering, then you can go for java obfuscation tools lot of tolls available on the net even the open source movement tools are also present go for it dear Share this post Link to post Share on other sites