Netbeans 的 Java 反编译器

发布于 2024-09-04 06:25:25 字数 62 浏览 3 评论 0原文

有没有像 eclipse 的 jadclipse 这样的适用于 netbeans 的开源 java 反编译器。

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

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

深海夜未眠 2024-09-11 06:25:25

我所做的,我使用 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.

情独悲 2024-09-11 06:25:25

有这个插件来集成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.

葮薆情 2024-09-11 06:25:25

查看 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文