使用 Eclipse Helios 设置 jad 时出现问题
我正在使用 jad 通过 Eclipse 反编译我的 java 类文件。我已经为 Eclipse 安装了 net.sf.jadclipse_3.3.0.jar 插件,
- 并将该 jar 放在 Eclipse 插件目录中。
- 接下来,我为 Windows 7 下载了 jad windows 插件 (jadretro-win32-x86-jcgo)。
- 接下来,我启动了 Eclipse,并在 Eclipse 中提供了 jadretro.exe 的路径。
但是当我尝试反编译我的类文件时,它显示错误消息 -: /jadclipse/ //错误!
有人可以帮忙吗?我正在使用 Eclipse Helios。
I am using jad to decompile my java class files through Eclipse. I have installed net.sf.jadclipse_3.3.0.jar plugin for Eclipse
- I put the jar in the Eclipse plugins directory.
- Next I have downloaded the jad windows plugin (jadretro-win32-x86-jcgo) for my Windows 7.
- Next I have started Eclipse and provided the path for the jadretro.exe in Eclipse.
But when i am trying to decompile my class files, its showing the error message -:
/jadclipse/
//Error!
Can someone please help ? I am using Eclipse Helios.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我希望您不要尝试查看您的类文件(您有源代码)。 Jad 抛出错误
/Jadclipse/
//错误!
请尝试查看 OOTB jar 或导入的 jar
i hope you are not trying to view your class files (for which you have the source code). Jad throws the error
/Jadclipse/
//Error!
Pls try to view an OOTB jar or an imported jar
我想,您应该指定 jad.exe 的路径。
I guess, you should specify the path to jad.exe instead.