Is there any open source java decompiler for netbeans just like jadclipse for eclipse.
Asked
Active
Viewed 3.2k times
15
-
1Does anybody use this [NBJad plugin](http://hg.netbeans.org/main/contrib/file/tip/java.tools.nbjad)? – aholub7x Dec 05 '11 at 08:16
3 Answers
5
What I do, I decompile the JAR with jd-gui, save all the sources, then create a new library in Tools -> Libraries, and add the new sources zip in the sources tab, job done.

stephane k.
- 1,668
- 20
- 21
2
Have at look at http://java.decompiler.free.fr/. I don't know actually if it can be plugged into netbeans but it ships which it's own gui, is capable of loading may jars at a time and allows quick navigation through the classes.

Andreas Dolk
- 113,398
- 19
- 180
- 268