0

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.

Kowser
  • 8,123
  • 7
  • 40
  • 63
titorcks
  • 43
  • 5

2 Answers2

1

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

Ramanan
  • 11
  • 1
0

I guess, you should specify the path to jad.exe instead.

weekens
  • 8,064
  • 6
  • 45
  • 62
  • The exe file that I am using is named - jadretro.exe. I have specified this path. Wont this work ? – titorcks Jul 18 '11 at 17:17
  • I think, no. You need to take the jad.exe binary (for example, from [here](http://www.varaneckas.com/sites/default/files/jad/jad158g.win.zip)). – weekens Jul 18 '11 at 18:38