用于 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
Java decompiler for netbeans
提问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 并允许在类中快速导航。