Search code examples
javaeclipsedecompiler

Java Decompiler for Eclipse kepler


I have tried both JadClipse and JD-Eclipse plugin but none seems to work every time I open a class file It says "Source not found".

Both my *.class and *.class(without source) are by default set to 'JD-Eclipse' but it doesn't seem to work, Has anyone else tried this or both these plugins are deprecated now?

Below is my environment:

Eclipse: Kepler JDK: 7


Solution

  • Got it working finally after putting the classes in the WEB-INF folder. Cheers!