I used javase Helios In ubuntu, that is, eclipse 3.6.
Editor's class name was mistyped in plugin. XML. ", probably because jodeclipse does not support the new version of Eclipse, so we are considering installing jadclipse. jadclipse is a very good Java decompilation tool, I have written a blog to introduce the Java decompilation tool Jad. This is a sequel to introduce how to use Jad in eclipse.
First, go to the terminal:
1. Jad
1.5.8g for Windows 9x/NT/2000 on Intel Platform
2. Jad
1.5.8e for Linux (statically linked)
The following uses Ubuntu as an example to decompress the downloaded Jad to the/opt/Jad directory, and install eclipse in the/opt/eclipse directory. CD to the/opt/Jad directory and execute./Jad. The output version and help information are OK, indicating that Jad is no problem.
To begin.
Click WINDOW> preferences> JAVA. If jadclipse is displayed, jadclipse is successfully installed. There are two other settings:
Click jadclipse and set path to decompiler to/opt/Jad
Click General> editors> File Associations, select *. class on the right, select jadclipse class file viewer in the lower border, and set it to default.
Then, when you open the class file, jadclipse will automatically decompile the class file and display it.
Link: http://www.zhlwish.com/2010/11/16/eclipse-decompiler-jadclipse/