Is there any open source java decompiler for netbeans just like jadclipse for eclipse.
Java decompiler for netbeans
Asked Answered
Does anybody use this NBJad plugin? –
Noneffective
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.
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.
© 2022 - 2024 — McMap. All rights reserved.