用于 netbeans 的 Java 反编译器

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/2950274/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-13 14:50:39  来源:igfitidea点击:

Java decompiler for netbeans

javanetbeansdecompiler

提问by user314362

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

是否有任何用于 netbeans 的开源 Java 反编译器,就像用于 Eclipse 的 jadclipse 一样。

回答by Andreas Dolk

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.

看看http://java.decompiler.free.fr/。我实际上不知道它是否可以插入到 netbeans 中,但它提供了它自己的 gui,能够一次加载 jars 并允许在类中快速导航。

回答by Jesper

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

有这个插件可以将JAD集成到 NetBeans 中,但遗憾的是它还没有更新到 NetBeans 6.8 中,因此它的价值可能有限。

回答by stephane k.

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.

我做什么,我用jd-gui反编译 JAR ,保存所有源,然后在工具 -> 库中创建一个新库,并在源选项卡中添加新源 zip,工作完成。