Problem while setting jad with 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.
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
I guess, you should specify the path to jad.exe instead.
精彩评论