Java Decompiler (JD) is generally recommended as a good, well, Java Decompiler. JD-Eclipse is the Eclipse plugin for JD.

I had problems on several different machines to get the plugin running. Whenever I tried to open a .class file, the standard "Source not found" editor would show, displaying lowlevel bytecode disassembly, not the Java source output you'd expect from a decompiler.

Installation docs in http://java.decompiler.free.fr/?q=jdeclipse are not bad but quite vague when it comes to troubleshooting.

Opening this question to collect additional information: What problems did you encounter before JD was running in Eclipse Helios? What was the solution?

link|improve this question
I made the steps 1, 2, 3 and the 7. and I put the folder with the class files in the project build path (right click, properties, java build path, libraries, add class folder, create new folder, advanced>>, link to folder in the file system, browse,...) then restart eclipse. – juan Dec 6 '11 at 22:28
feedback

6 Answers

up vote 13 down vote accepted

Here's the stuff I ran into:

1) RTFM and install the "Microsoft Visual C++ 2008 SP1 Redistributable Package" mentioned at top of the installation docs. I missed this at first because the Helios instructions are at the end.

2) Close all open editor tabs before opening a class file. Otherwise it's easy to get an outdated editor tab from a previous attempt.

3) Open the class file in the "Java Class File Editor" (not "Java Class File Viewer"). Use "Open With" in the context menu to get the right editor. If pleased with results, make it the default editor in the File Association settings, in Window/Preference General/Editors/File Associations select *.class to open with "Java Class File Editor".

4) This guy recommends installing the Equinox SDK from the Helios update site. I did, but I'm not sure if this was really necessary. Anyone know?

5) If the class files you are trying to view are in an Eclipse Java project, they need to be in the project's build path. Otherwise, an exception ("Not in the build path") will show up in the Eclipse error log, and decompile will fail. I added the class files as a library / class file folder to the build path.

6) Drag/dropping a class file from Windows Explorer or opening it with File/Open File... will not work. In my tests, I gives a "Could not open the editor: The Class File Viewer cannot handle the given input ('org.eclipse.ui.ide.FileStoreEditorInput')." error. That is probably the wrong editor anyways, see 3).

7) After getting the plugin basically running, some files would still not decompile for an unknown reason. This disappeared after closing all tabs, restarting Helios, and trying again.

link|improve this answer
1  
step 5) helps me. Thanks – popalka Jun 30 '11 at 10:50
Step 5 was exactly the solution to my problem too. Thank you! – fool4jesus Oct 13 '11 at 14:24
I would be able to execute step 5 if I could see it the the dialog window to add a library or class folder.; but I can`t. I also can't find instructions anywhere as to how to use this decompiler – Dark Star1 Jan 3 at 13:42
1  
The second part of step 3 was key for me in Eclipse 4.2M5. There's no Open With in the context menu, so you need to add Class File Editor under File Associations for "*.class without source" and make it the default. – Trevor Robinson Mar 17 at 23:24
+1 Very thorough! – wmorrison365 Mar 26 at 16:14
feedback

I am using Eclipse 3.7 Indigo and Windows 7 64-bit:

What I did was to install the Microsoft Visual C++ 2008 SP1 Redistributable Package as suggested by the site and reminded by @Universalspezialist.

Then install the plugin as stated in the site: http://java.decompiler.free.fr/?q=jdeclipse

Go to preference, then find "File Associations" Click on the *.class, then set the "class File Editor" as default.

Restart Eclipse perhaps? (I did this, but I'm not sure if it's necessary or not)

link|improve this answer
this one works for my Hekios – chance Oct 7 '11 at 8:06
feedback

I use jadeclipse instead, because it can't work in 3.6/3.7 eclipse

Update site http://webobjects.mdimension.com/jadclipse/3.6/

Intallation http://5thcross.wordpress.com/2009/05/20/installing-jadclipse-in-eclipse/

link|improve this answer
feedback

Without step 4, it does not run. At step 4 I run into this error message:

Cannot complete the install because of a conflicting dependency.
  Software being installed: Equinox Target Components 3.6.2.r362_v20110210b-7H7R67v9rtOv_dTCawtb0WQnN92B (org.eclipse.equinox.sdk.feature.group 3.6.2.r362_v20110210b-7H7R67v9rtOv_dTCawtb0WQnN92B)
  Software currently installed: Eclipse IDE for Java Developers 1.3.1.20100916-1202 (epp.package.java 1.3.1.20100916-1202)
  Only one of the following can be installed at once: 
    Equinox Launcher Win32 X86 Fragment 1.1.2.R36x_v20101222 (org.eclipse.equinox.launcher.win32.win32.x86 1.1.2.R36x_v20101222)
    Equinox Launcher Win32 X86 Fragment 1.1.0.v20100503 (org.eclipse.equinox.launcher.win32.win32.x86 1.1.0.v20100503)
    Equinox Launcher Win32 X86 Fragment 1.1.1.R36x_v20100810 (org.eclipse.equinox.launcher.win32.win32.x86 1.1.1.R36x_v20100810)
  Cannot satisfy dependency:
    From: Eclipse IDE for Java Developers 1.3.1.20100916-1202 (epp.package.java 1.3.1.20100916-1202)
    To: org.eclipse.epp.package.java.feature.feature.group [1.3.1.20100916-1202]
  Cannot satisfy dependency:
    From: EPP Java Package 1.3.1.20100916-1202 (org.eclipse.epp.package.java.feature.feature.group 1.3.1.20100916-1202)
    To: org.eclipse.platform.feature.group [3.6.1.r361_v20100909-9gF78GrkFqw7GrsZnvz0JWNTeb6fue6896L]
  Cannot satisfy dependency:
    From: Eclipse Platform Launchers 3.4.2.R36x_v20110125-7N7K7bF8zk1BAKMh0iz0t94miBLY (org.eclipse.equinox.executable.feature.group 3.4.2.R36x_v20110125-7N7K7bF8zk1BAKMh0iz0t94miBLY)
    To: org.eclipse.equinox.launcher.win32.win32.x86 [1.1.2.R36x_v20101222]
  Cannot satisfy dependency:
    From: Equinox Target Components 3.6.2.r362_v20110210b-7H7R67v9rtOv_dTCawtb0WQnN92B (org.eclipse.equinox.sdk.feature.group 3.6.2.r362_v20110210b-7H7R67v9rtOv_dTCawtb0WQnN92B)
    To: org.eclipse.equinox.executable.feature.group [3.4.2.R36x_v20110125-7N7K7bF8zk1BAKMh0iz0t94miBLY]
  Cannot satisfy dependency:
    From: Eclipse Platform 3.6.1.r361_v20100909-9gF78GrkFqw7GrsZnvz0JWNTeb6fue6896L (org.eclipse.platform.feature.group 3.6.1.r361_v20100909-9gF78GrkFqw7GrsZnvz0JWNTeb6fue6896L)
    To: org.eclipse.rcp.feature.group [3.6.1.r361_v20100827-9OArFLdFjY-ThSQXmKvKz0_T]
  Cannot satisfy dependency:
    From: Eclipse RCP 3.6.1.r361_v20100827-9OArFLdFjY-ThSQXmKvKz0_T (org.eclipse.rcp.feature.group 3.6.1.r361_v20100827-9OArFLdFjY-ThSQXmKvKz0_T)
    To: org.eclipse.equinox.launcher.win32.win32.x86 [1.1.1.R36x_v20100810]
link|improve this answer
feedback

I made the steps 1, 2, 3 and the 7. and I put the folder with the class files in the project build path (right click, properties, java build path, libraries, add class folder, create new folder, advanced>>, link to folder in the file system, browse,...) then restart eclipse.

link|improve this answer
feedback

Simple thing i did to get it working:

Went in eclipse > Window > Preferences

(Optional)typed in the search box "file" to help trim the tree of options. Went to General > Editors > File associations.

Clicked the ".class" type. Below there were 2 editors present, i clicked on the "Class File Editor" - the one with the icon from JD, clicked the "Default" button on the right.

Done. Now all ur class are belong to us.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.