Adam Bien's Weblog
List Of Free Java Decompilers
A list of free Java decompilers.
Posted at 03:59PM Apr 25, 2009 by Adam Bien in General | Kommentare[4]
[my tweets]
Rss My book: Real World Java EE - Rethinking Best Practices
List Of Free Java Decompilers
A list of free Java decompilers.
Posted at 03:59PM Apr 25, 2009 by Adam Bien in General | Kommentare[4]
[my tweets]
Rss My book: Real World Java EE - Rethinking Best Practices
Can you please show the Java API for managing timers? In every scenario I can think of, I would need a Java API, not annotations. For example, a[...]
I have to create a bean.xml file on WEB-INF, in order to index.xhtml could resolve #{mesenger.hello}
¿is it an automatic way to ha[...]
Hi Adam,
on Websphere I only was able to update the database with this save-method:
public void save {
em.flush();
}[...]
hi adam,
as always... excellent session!
thanks a lot!
Netbeans not for JEE?
Looks like future of Netbeans is not so bright: "Oracle will invest in the NetBeans IDE and NetBeans.org commu[...]
Although JDeveloper has some great features it is nearly unusable because of its slowness. Personally, I prefer a more "lightweight" IDE[...]
using the ide instead of slides would have been even more enjoable for. maybe some time later this year?
thanks,
marcus
ps [...]
@Eberhard Wolff This does not work well in situations where the state of the instance should be saved.
There's a plugin for WAS but I couldn't for the life of me get it to work, so after about 2 weeks of headaches I went back to Glassfish and 'accep[...]
Thank you very much, this fixed my problem.
Today I accidentally started Netbeans 6.7 twice - which may or may not be related to the caus[...]
another very good decompiler http://java.decompiler.free.fr/
just drop your jars in the window and browse the code
Gesendet von mbien am April 25, 2009 at 04:42 PM CEST #
My best experiences are with JD (link of mbien) as well.
Most (all ?) of the older decompilers linked in the list can't handle JDK5-classes.
Gesendet von stefan hansel am April 25, 2009 at 06:28 PM CEST #
usefull website
Gesendet von Patrick am April 25, 2009 at 06:30 PM CEST #
http://java-source.net/open-source/bytecode-libraries is a nice list of related tools for bytecode manipulation, includes some decompilers as well.
Gesendet von Patrick Wright am April 25, 2009 at 08:17 PM CEST #