Java decompiler for netbeans
Asked Answered
W

3

15

Is there any open source java decompiler for netbeans just like jadclipse for eclipse.

Wetterhorn answered 1/6, 2010 at 13:46 Comment(1)
Does anybody use this NBJad plugin?Noneffective
H
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.

Hyposthenia answered 26/1, 2011 at 18:35 Comment(0)
N
4

There is this plugin to integrate JAD into NetBeans, but it unfortunately has not been updated to work in NetBeans 6.8, so it may be of limited value.

Nonexistence answered 1/6, 2010 at 14:18 Comment(0)
J
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.

Jorgejorgensen answered 1/6, 2010 at 13:51 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.