我刚刚开始使用Eclipse Mars作为开发环境。我曾经在旧版本的eclipse中安装了jd-eclipse反编译器。当我尝试为这个插件安装相同的插件时,我做不到。
我需要一个反编译器在eclipse中,希望有人能提出一个解决方案建议。
谢谢。
发布于 2016-03-10 17:26:19
我找不到步骤和URL。在这里我使用了
Step 1: Go to Help -> Install New Software -> click on 'Add'
Step 2: On pop-up fill these below details:
Name: JavaDecompiler
Location: http://jd.benow.ca/jd-eclipse/update/
Step 3: Click on checkbox - Java Decomplier Eclipse Plug-in.
Step 4: Click -> Next -> Next -> Accept The Agreement -> Finish
Step 5: Click on check-box -> Accept the trust certificate -> OK
Step 6: Restart the eclipse.希望这对你有所帮助!
发布于 2017-08-17 04:43:19
由于与广告软件捆绑在一起,Eclipse Class Decompiler插件被从Eclipse Marketplace中删除,如Eclipse Foundation security bulletin中所述(感谢@slowhand指出这一点)。
有一个免费的带有主页here的fork here on Eclipse Marketplace。
我强烈建议不要安装原始的Eclipse Class Decompiler!
发布于 2016-02-10 21:00:57
看起来推荐的选项是http://marketplace.eclipse.org/content/jadclipse-eclipse-4x,但由于某些原因,当前此插件的更新站点不可用
https://stackoverflow.com/questions/34368880
复制相似问题