IT IS EASY TO GET SOURCE CODE FROM A CLASS FILE OR JAR FILE
HOW TO AVOID THIS TO IMPLEMENT HIGH SECURITY
Welcome to the Java Programming Forums
The professional, friendly Java community. 21,500 members and growing!
The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.
>> REGISTER NOW TO START POSTING
Members have full access to the forums. Advertisements are removed for registered users.
IT IS EASY TO GET SOURCE CODE FROM A CLASS FILE OR JAR FILE
HOW TO AVOID THIS TO IMPLEMENT HIGH SECURITY
Don't include source into the JAR? and as for .class files, decompilers won't really give you complete source code, but only the gist.
If that isn't enough of a piece of mind for you, using obfuscation, you can make the byte code very hard to decompile.
Regarding your approach to this thread, I warn you to start changing your ways.
Do not start threads in all caps and then continue to ask an entire question in capitals, It's very rude and could harm your chances of being helped.
Please use [highlight=Java]//code goes here...[/highlight] tags when posting your code
huwijk (January 25th, 2012)
sorry for caps
what is obfuscation?
Google is your friend.
>> Answer here <<
Please use [highlight=Java]//code goes here...[/highlight] tags when posting your code
huwijk (January 25th, 2012)
People have already taken their time to explain obfuscation, and the problems with it, in your crosspost. I guess you didn't like their answers and figured you'd ignore them?
This thread has been cross posted here:http://www.java-forums.org/new-java/54489-how-avoid-jar-class-file-hacking.html
Although cross posting is allowed, for everyone's benefit, please read:
Useful links: How to Ask Questions the Smart Way | Use Code Tags | Java Tutorials
Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!
Thank you
i am beginer in java so that i joined many forums
i am also beginer in all kind of forums
so i posted same questions in both forums same time...