Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

JD-Eclipse failed to install on my Eclipse 3.7

I tried to install JD-Eclipse, I love the JD standalone tools but I need to debug something on Eclipse and I was hoping this would help me decompile some classes for which I don't have the source code.
The p2 installation failed with this error:

An error occurred while collecting items to be installed session context was:(profile=e24e8d3741426860a79f62d4553b8181, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=). Artifact not found: osgi.bundle,jd.ide.eclipse,0.1.3. http://java.decompiler.free.fr/jd-eclipse/update/plugins/jd.ide.eclipse_0.1.3.jar Artifact not found: osgi.bundle,jd.ide.eclipse.macosx.x86_64,0.1.3. http://java.decompiler.free.fr/jd-eclipse/update/plugins/jd.ide.eclipse.macosx.x86_64_0.1.3.jar

You can install the exact same eclipse as mine using this yoxos profile: https://yoxos.eclipsesource.com/userdata/profile/e24e8d3741426860a79f62d4553b8181

Any idea what's the cause of my problem?

like image 758
SeB.Fr Avatar asked Oct 08 '12 11:10

SeB.Fr


People also ask

How do you use a JD decompiler?

Once downloaded the zip file, you can unzip it. Double click on jd-gui.exe to open java de-compiler console. Drag and Drop the . class files into java de-compiler console and then you can see the java code.


2 Answers

Maybe this update site is not available now. You can download from mirror site. http://jd.benow.ca/jd-eclipse/downloads/jdeclipse_update_site.zip

like image 117
Kazutaka Kamiya Avatar answered Oct 14 '22 03:10

Kazutaka Kamiya


In case is of use to someone - I had this issue on Win XP - tried both the update site and then installing from downloaded Archive - the original poster's problem was present in both cases. Exploding the zip and then using the 'Local' option to point to the exploded archive's directory allowed the plugin to install successfully.

like image 10
jc1001 Avatar answered Oct 14 '22 03:10

jc1001