JADClipse not working with Eclipse 3.6

RonK picture RonK · May 24, 2011 · Viewed 19.4k times · Source

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?

Answer

RonK picture RonK · May 25, 2011

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.