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.

Results 1 to 2 of 2

Thread: Please list some Java obfuscators !!

  1. #1
    Junior Member
    Join Date
    Dec 2010
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Please list some Java obfuscators !!

    Can somebody please list some good Java obfuscators , which has a easy obfuscating procedure , i did download popular one's like ProGuard , RetroGuard but i couldn't(hope i will get it soon within a few days) figure out the procedure for obfuscating the java code/class files ,anyways can anybody please post the procedure's for obfuscating java stuff or just forward a helpful link with popular obfuscators like ProGuard , etc.

    THANKS IN ADVANCE


  2. #2
    Super Moderator helloworld922's Avatar
    Join Date
    Jun 2009
    Posts
    2,896
    Thanks
    23
    Thanked 619 Times in 561 Posts
    Blog Entries
    18

    Default Re: Please list some Java obfuscators !!

    See: Protect Your Java Code - Through Obfuscators and Beyond

    Java is particularly difficult to successfully obfuscate, personally I've never had to obfuscate my Java code. Hopefully that site will provide some useful information (it has a lot of information on how to obfuscate Java code as well as a list of Java obfuscators).

Similar Threads

  1. list in JSP
    By smackdown90 in forum JavaServer Pages: JSP & JSTL
    Replies: 2
    Last Post: November 13th, 2011, 01:08 PM
  2. SpinnerListModel setList(List<?> list)
    By roy epperson in forum Collections and Generics
    Replies: 4
    Last Post: November 29th, 2010, 10:30 AM
  3. Help with linked list
    By joecool594 in forum Collections and Generics
    Replies: 3
    Last Post: November 28th, 2010, 12:33 PM
  4. ADT list help
    By jkalm in forum Collections and Generics
    Replies: 15
    Last Post: October 18th, 2010, 03:13 PM
  5. need help with a list class
    By araujo3rd in forum Object Oriented Programming
    Replies: 1
    Last Post: February 25th, 2010, 07:58 PM