• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Best Java Decomplier

 
Ranch Hand
Posts: 63
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am looking best Java decomplier available in the market (Ready to buy commercial version) which support JDK 1.4.2 class files (Must). I am working in the migration project which has deployed in the server 2002 to 2004 and doesn't have source code. I am looking for java decomplier which support instantly convert multiple class file to java file. For example, If I choose the parent folder, it should convert all the class files which includes sub folder class files also. I don't want to do it for each class file. We have huge number of class file, which should convert instantly and get source file as much as possible match with original source code.

Any recommendations ??

Regards
Mohan
 
Saloon Keeper
Posts: 7585
176
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Most (free) decompilers work with Java 1.4 class files; in fact, most of them have not been updated for Java 5 class files (generics and all that). JODE (on SourceForge) is a good open source option. JAD is a native Windows tool that's also decent. You may want to try a few different ones to get a feel for which works best with your particular class files.
 
Ranch Hand
Posts: 73
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
CAVAJ is also a best tool Free of Cost
 
Chandra Mohan
Ranch Hand
Posts: 63
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks guys. CAVAJ is looks great in terms of to get the exact source code. But to save bulk file feature has to be implement in the product.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic