Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

JADClipse not working with Eclipse 3.6

Does Jadclipse work on Eclipse 3.6?

I have installed Jadclipse 3.3.0 on my Eclipse 3.6 by copying the jar into the plugins directory and restated eclipse.

Now I have the jadclipse menu under Windows->Preferences but when trying to de-compile any class it simply does not de-compile. I get the usual eclipse screen saying the source is unavailable. There are no errors in the Error Log.

Any idea?

like image 730
RonK Avatar asked May 24 '11 09:05

RonK


3 Answers

I eventually found the answer here.

Running eclipse with -clean switch and setting the file association between *.class and the jadclipse plug-in solved the problem.

like image 104
RonK Avatar answered Oct 18 '22 10:10

RonK


Set the JAD path correctly in Preferances>Java>Jad. Ex: D:\Jad\jad.exe

If still not working then,

Go to File extensions in Preferences. Select JadClipse as default editor for .class and .class with out source.

like image 28
Subba Reddy Evuri Avatar answered Oct 18 '22 11:10

Subba Reddy Evuri


The main reason is that you eclipse have default class viewer configured for class file which you have to change to your new class decompiler.

go to preference > editor > choose "class without source" and select your tool and mark as default. will work for you :)

like image 28
arjun kumar Avatar answered Oct 18 '22 11:10

arjun kumar