Re: [OFF-TOPIC] Java Decompiler in NetBeans

2006-02-09 Thread Rafael Taboada
Thanks buddies for ur help... I'm using FrontEnd Plus right now... I couldn't integrate to my netbeans but... It works great!... thanks -- Rafael Taboada Software Engineer Cell : +511-97753290 "No creo en el destino pues no me gusta tener la idea de controlar mi vida"

Re: [OFF-TOPIC] Java Decompiler in NetBeans

2006-02-09 Thread Frank W. Zammetti
Jode is another: http://jode.sourceforge.net/ I don't see mention of native Netbeans support, but I wouldn't think it would be hard to shell out to. My personal favorite is DJ: http://members.fortunecity.com/neshkov/dj.html ...which uses JAD underneath. Again, not Netbeans native, but this

Re: [OFF-TOPIC] Java Decompiler in NetBeans

2006-02-09 Thread Michael Jouravlev
On 2/9/06, Rafael Taboada <[EMAIL PROTECTED]> wrote: > Hi folks... > > Do u know an open source Java decompiler that it can be integrated in > netbeans???... I mean, in my IDE I want to have de possibility to decompile > a .class and have the possibility to view the code... Usually useful when I >