Hello all Is there freeware decompiler to download? Some thing that most of the java developers are using? Thanks
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35241
7
posted
0
JODE (on SourceForge) is a good one. It doesn't understand most of the class file features introduced in Java 5, though. Keep in mind that it may be illegal to decompile source code you haven't written yourself.
Originally posted by Meir Yan: Hello all Is there freeware decompiler to download? Some thing that most of the java developers are using? Thanks
You can use JAD a command line utility which generate the most accurate source code.You can get JAD here
Meir Yan
Ranch Hand
Joined: Apr 27, 2006
Posts: 597
posted
0
hi well im looking for something good as DJ JAVA DECOMPILER but freeware
Jim Yingst
Wanderer
Sheriff
Joined: Jan 30, 2000
Posts: 18670
posted
0
DJ uses JAD internally. It's free for most uses, except that you can't include it in your own software release. If that's not free enough, well JODE is licenced under the LGPL, so that should work for you. You may get other suggestions here.
"I'm not back." - Bill Harding, Twister
Bert Bates
author
Sheriff
Joined: Oct 14, 2002
Posts: 8712
posted
0
i'm going to promote this to the intermediate forum, come on you guys, lighten up here in the beginner's forum
Eliminate fossil fuel subsidies. (If you're not on the edge, you're taking up too much room.)
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.