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: HOW TO EDIT THE LIBRARY .CLASS FILE IN THE JAVA

  1. #1
    Junior Member
    Join Date
    Mar 2013
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Unhappy HOW TO EDIT THE LIBRARY .CLASS FILE IN THE JAVA

    HI friends,


    i 'm facing one problem.for that i need to the the logic in the custom library file(.jar).so how to edit .class in eclise.
    or any tools are availble.please help me out this friends.
    i tryed with java decompiler.but not able to edit...


    please help me...


  2. #2
    Member Chris.Brown.SPE's Avatar
    Join Date
    May 2008
    Location
    Fort Wayne, Indiana
    Posts
    190
    Thanks
    1
    Thanked 31 Times in 31 Posts

    Default Re: HOW TO EDIT THE LIBRARY .CLASS FILE IN THE JAVA

    Whenever I've encountered this kind of a problem where i needed to rewrite something in a jar file I just end up getting the source code from the people who made it. If your jar is from an open source or internal to your company this shouldnt be a problem. If it is a paid product then unless you get really fancy you are pretty much shit out of luck.

Similar Threads

  1. Replies: 1
    Last Post: March 6th, 2013, 03:49 PM
  2. edit .conf file in /etc linux (java SE)
    By luisp88 in forum File I/O & Other I/O Streams
    Replies: 14
    Last Post: June 28th, 2012, 11:22 AM
  3. Replies: 3
    Last Post: June 17th, 2012, 06:22 PM
  4. how to edit hosts file in windows7 using java program ?
    By vijay_p in forum Java Theory & Questions
    Replies: 3
    Last Post: December 2nd, 2011, 07:14 AM
  5. How to edit .class files in Eclipse
    By xbill in forum Java IDEs
    Replies: 2
    Last Post: April 22nd, 2011, 02:31 PM