I am trying to use jadclipse with below configuration on my Win XP box:
- Jadclipse - 3.3.0
- Jad - 1.5.8g
- Eclipse - 3.6.1
- Java - 1.5.0_03-b07
I have followed installation steps as below :
- added jad executable to windows environment path.
- added jadclipse jar into the dropins directory of eclipse
- I restarted eclipse, using eclipse -clean from command prompt.
- I pointed jadeclipse class viewer as default class file viewer
If I [CTRL] + left click on a class name in jar file then jadclipse opens it. But if I double-click .class file in navigator OR during debugging file is opened by Default class file editor.
I guess I am missing something else but can't figure it out.