Netbeans 的 Java 反编译器
有没有像 eclipse 的 jadclipse 这样的适用于 netbeans 的开源 java 反编译器。
Is there any open source java decompiler for netbeans just like jadclipse for eclipse.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我所做的,我使用 jd-gui 反编译 JAR,保存所有源,然后在工具->创建一个新库库,并在源选项卡中添加新的源 zip,工作就完成了。
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.
有这个插件来集成JAD 进入 NetBeans,但不幸的是它尚未更新以在 NetBeans 6.8 中工作,因此它的价值可能有限。
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.
查看 http://java.decompiler.free.fr/。我实际上不知道它是否可以插入 netbeans,但它提供了它自己的 gui,能够一次加载可能的 jar,并允许快速导航类。
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.