Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

JD-Eclipse(0.1.3) does not work in Eclipse 3.7 - Indigo on windows 7 64 bit

On my pc I cannot get jd-eclipse working , when I click on a class file I just get the standard class file editor saying source not found - I have checked the eclipse error logs and there is nothing!.

My environment is Win7 64 bits, jdk-1.7.0, Eclipse 3.7 (Indigo), JD_Eclipse(0.1.3) , its a real shame as I have used jd-eclipse before on another pc and it workedany ideas anyone ?

like image 784
Ian James Fessey Avatar asked Oct 24 '11 20:10

Ian James Fessey


2 Answers

After having installed the JD-Eclipse plugin, a new entry appears in Preferences->General->Editors->File Associations when you select *.class

Make sure Class File Editor is marked as default

like image 169
Thierry Herrmann Avatar answered Sep 21 '22 21:09

Thierry Herrmann


To get this working in Eclipse Juno, I had to go to Preferences->General->Editors->File Associations and under "*.class without source" I had to go to "Add..." and select Class File Editor.

like image 27
Chris Melikian Avatar answered Sep 25 '22 21:09

Chris Melikian