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?
I eventually found the answer here.
Running eclipse with
-clean
switch and setting the file association between*.class
and thejadclipse
plug-in solved the problem.