配置 eclipse 以使用 jad
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/11620324/
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
Configuring eclipse to use jad
提问by James Raitsev
- I downloadedthe jar file and placed it into plugins dir
- I downloadedthe binary and placed it into some other dir
- I bounced eclipse (Juno - Version: 4.2.0)
- I updated the jadclipse to point to the correct folder
When clicking on a method that exists in a jar whose source i don't have, decompilation does not happen.
单击我没有源的 jar 中存在的方法时,不会发生反编译。
Did i miss something?
我错过了什么?
回答by dunni
Did you change the default editor for class files as stated in the JadClipse wiki?
您是否按照 JadClipse wiki 中的说明更改了类文件的默认编辑器?
The Eclipse Class File Viewer instead of the JadClipse Class File Viewer is opened.
Go to Window > Preferences... > General > Editors > File Associations and make sure that the JadClipse Class File Viewer has the default file association for *.class files.
打开 Eclipse 类文件查看器而不是 JadClipse 类文件查看器。
转到 Window > Preferences... > General > Editors > File Associations 并确保 JadClipse Class File Viewer 具有 *.class 文件的默认文件关联。
For more recent releases of Eclipse, also make sure that '.class without source' is set to use JadClipse Class File Viewer by default. Installing the plugin will only set the '.class' only by default.
对于最新版本的 Eclipse,还要确保默认情况下将“ .class without source”设置为使用 JadClipse Class File Viewer。默认情况下,安装插件只会设置“.class”。
回答by user1879531
Go to Window > Preferences... > General > Editors > File Associations and select .class without sourceand remove Class File Viewerif it is already there by default and keep only JadClipse Class File Viewer.
转到 Window > Preferences... > General > Editors > File Associations 并选择.class without source并删除Class File Viewer如果它默认已经存在并且只保留 JadClipse Class File Viewer。
回答by Baked Inhalf
In Kepler, Window-> Eclipse marketplace. Install Jad. Restart. Go to Window-> Install software, and paste http://feeling.sourceforge.net/update. Select both, and install. Should work now...
在 Kepler 中,Window-> Eclipse 市场。安装杰德。重新开始。转到窗口-> 安装软件,然后粘贴http://feeling.sourceforge.net/update。选择两者,然后安装。现在应该工作...