eclipsejad

Configuring eclipse to use jad


When clicking on a method that exists in a jar whose source i don't have, decompilation does not happen.

Did i miss something?


Solution

  • Did you change the default editor for class files as stated in the 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.

    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.