vote up 4 vote down star
1

I'm a big fan of the Jadclipse plugin and I'd really like to upgrade to Eclipse 3.4 but the plugin currently does not work. Are there any other programs out there that let you use jad to view source of code you navigate to from Eclipse? (Very useful when delving into ambiguous code in stack traces).

flag

36% accept rate
Turns out that I installed eclipse in a new location and didn't have the plugin installed... everything else appeared to work because most of it was just in my workspace preferences. My bad. – Alex Argo Sep 23 '08 at 18:04

23 Answers

vote up 5 vote down check

I'm successfully using JadClipse with Eclipse 3.4

Eclipse 3.4.0.I20080617-2000
JadClipse 3.3.0

It just works!

link|flag
Sweet. Eagerly awaiting them. – Alex Argo Sep 23 '08 at 16:41
1  
Just to let everyone know that I have just got JadClipse 3.3 working with Eclipse 3.5. Very easy. Downloaded the jar, dropped it into the plugins. Downloaded Jad. Edited the preferences and pointed JadClipse to Jad and Bingo. That easy. – uriDium Jul 23 at 15:38
vote up 4 vote down

update your eclipse 3.4 for jadeclipse from help-> software updates http://webobjects.mdimension.com/jadclipse/3.3 restart the eclipse. set the jadeclipse properties. it doesn't just works.. this is the solution.

link|flag
This solution works for me. Downloading the jar and manually placing it into the plugins directory (as suggested on their website) did not work for me. Thanks. – Mongo Feb 9 at 22:41
vote up 1 vote down

Read attentively the documentation ... : " 1. The JadClipse plug-in is not activated when I start Eclipse. You'll need to launch Eclipse with the -clean flag to allow the environment to detect the plug-in. Subsequent launching of Eclipse won't require the -clean flag. eclipse -clean 2. The Eclipse Class File Viewer instead of the JadClipse Class File Viewer is opened. Go to Window > Preferences... > General > Editors > File Associations and make sure that the JadClipse Class File Viewer has the DEFAULT file association for *.class files. ( - press Default button !!!) " It really helps :)))

link|flag
vote up 1 vote down

I am trying to install Jadclipse with Eclipse Ganymede and it does not work.

@OlegSOM, and yes I did read the installation instructions before trying it.

link|flag
Same problm here – JtR Jan 21 at 11:48
vote up 1 vote down

I had a problem running JadClipse in Eclipse Ganymede. It turns out the Groovy plugin had conflicted with JadClipse. After removing the groovy plugin, JadClipse ran just fine. Btw here's the problem:

Cannot complete the request.  See the details.
Unsatisfied dependency: [org.codehaus.groovy.eclipse.feature.feature.group 2.0.0.20090814-1100-e34-N] requiredCapability: org.eclipse.equinox.p2.iu/org.codehaus.groovy.eclipse.core.help/[2.0.0.20090814-1100-e34-N,2.0.0.20090814-1100-e34-N]
Unsatisfied dependency: [org.codehaus.groovy.eclipse.feature.feature.group 2.0.0.20090814-1100-e34-N] requiredCapability: org.eclipse.equinox.p2.iu/org.codehaus.groovy.jdt.patch.feature.group/[2.0.0.20090814-1100-e34-N,2.0.0.20090814-1100-e34-N]
Unsatisfied dependency: [org.codehaus.groovy.jdt.patch.feature.group 2.0.0.20090814-1100-e34-N] requiredCapability: org.eclipse.equinox.p2.iu/org.eclipse.jdt.feature.group/[3.4.2.r342_v20081217-7o7tEAoEEDWEm5HTrKn-svO4BbDI,3.4.2.r342_v20081217-7o7tEAoEEDWEm5HTrKn-svO4BbDI]
Unsatisfied dependency: [org.codehaus.groovy.eclipse.core.help 2.0.0.20090814-1100-e34-N] requiredCapability: osgi.bundle/org.eclipse.help/3.3.102
link|flag
vote up 0 vote down

Does not work for me, even with your solution bhupendra :(

link|flag
vote up 0 vote down

does not work with 3.4 and 3.3.2. Standard class file viewer is opened. No logs available. Cant decompile. If i use the decompiler at the command line it works fine.

link|flag
vote up 0 vote down

It just isn't working under Ganymede guys :(. I have tried a lot but all efforts have gone in vain, as it just isn't working. I would really appreciate if someone could point me into the right direction, i really like the plugin, although I don't quite need it so frequently, but I don't like the fact that I can't get it running like I had it in my old eclipse...

link|flag
vote up 0 vote down

I was just able to successfully install jadclipse with Ganymede. In order to do this I: 1) Installed via the help-> software updates http://webobjects.mdimension.com/jadclipse/3.3

2) Put the Jad executable into a directory that is in the execution path of your operating system. Alternatively, you can configure the path to the Jad executable under Window > Preferences... > Java > JadClipse > Path to Decompiler. (Set the full path, e.g. C:\Program Files\Jad\jad.exe)

3)Go to Window > Preferences... > General > Editors > File Associations and make sure that the JadClipse Class File Viewer has the default file association for *.class files.

4) Restart Eclipse (eclipse -clean).

It is now working perfectly for me!

link|flag
vote up 0 vote down

OK I have noticed something weird. When I am browsing through my code and if I say press F3 for some function or class whose source I don't have, like say a library class then the jadclipse plugin works just fine and decompiles and shows the source!

But if I go to the navigator, browse for a class file that I had compiled and produced myself and double click on it, even though it is opening using the jadclipse plugin but it isn't getting decompiled...something is going wrong over there. I guess it is either a bug, or perhaps something that the developer intended?

link|flag
vote up 0 vote down

i use jadeclipse with eclipse 3.4 ganymade and it's work for me. make sure you have put jad.exe in the path. and on eclipse go to preferences java-jadeclipse

link|flag
vote up 0 vote down

Had the same problem as Dhruva where I double clicked on my own classes and had no luck. I added the jar to a new project as a resource and it worked great.

link|flag
vote up 0 vote down

Is this actually working for everyone? I have Ganymede, I added JadClipse, and I still get the default class viewer. I did configure JadClipse and made it the default viewer for .class files.

When I open a .class file, a JAD button and a JadClipse menu appear, but neither of them do anything at all.

I tried downloading a newer version of jad.exe in case that was it, but that didn't help either...

There's nothing in any log that I can find.

link|flag
vote up 0 vote down

Nevermind my question above - my problem was my settings for the path to jad.exe and the temp directory.

In case anyone else has the same problem I did, make sure the path to the decompiler is correct (like "C:...\jad.exe") and leave the temp directory alone (for me it's "C:\Documents and Settings{user}.net.sf.jadclipse").

This is a pretty good utility - infinately more useful than the default class viewer!

link|flag
vote up 0 vote down

Thanks Lisa! By putting in the URL manually, Jad now works with my Eclipse. For some reason my Ganymede does not like offline installations... very strange...

link|flag
vote up 0 vote down

Follow the instructions in this link

http://www.devx.com/Java/Article/22657

But when downloading the jadclipse plugin for Eclipse from http://sourceforge.net/projects/jadclipse/

Just download this jar "net.sf.jadclipse_3.3.0.jar" and put it in the Eclipse plugins folder The rest is the same way it is in the first link.

link|flag
vote up 0 vote down

I can't get to make the plugin work with ganymede (linux version). When setting the jadclipse class viewer i get the following error in the log file of the workspace (.metadata/.log)

java.lang.IncompatibleClassChangeError
        at net.sf.jadclipse.JadclipseClassFileEditor.doOpenBuffer(JadclipseClassFileEditor.java:101)
        at net.sf.jadclipse.JadclipseClassFileEditor.doSetInput(JadclipseClassFileEditor.java:45)
        at net.sf.jadclipse.JadclipseActionBarContributor.setActiveEditor(JadclipseActionBarContributor.java:87)
        at org.eclipse.ui.internal.EditorActionBars.partChanged(EditorActionBars.java:335)
        at org.eclipse.ui.internal.WorkbenchPage$3.run(WorkbenchPage.java:628)
.....(i don't think the rest of the stack trace is important)

Perhaps jadclipse isn't compatible with the version of its eclipse dependencies (on this line jadclipse makes a call to a class defined in the JDT plugin), but i didn't have the time to figure this out.

EDIT: i've simply recompiled the jar using the svn repository and created a new jar for java 1.5 and it seems to work (Download here). Just download my jar and put in the plugin folder of eclipse and remove the old one.

link|flag
vote up 0 vote down

what worked for me is that I went to Window > Preferences... > General > Editors > File Associations and reset the default. I set the default to "Class File Viewer" and the back to "Jadclipse Class File Viewer". No it works for some reason. :) If you're out of luck, try that.

link|flag
vote up 0 vote down

I have it working on Eclipse as well:

Version: 3.4.1 Build id: M20080911-1700

The plug-in install steps are straightforward - http://jadclipse.sourceforge.net/wiki/index.php/Main_Page#Installation

I had to download JAD itself from a mirror site (original site is gone?) - http://www.varaneckas.com/jad

I'm on a Windows machine, which might matter.

link|flag
vote up 0 vote down

Note: originally I downloaded jadclipse_3.1.0.jar .. didn't work... got a blank viewer in Eclipse.

My Eclipse version: ganymede ...had issues. nothing seemed quite right. here is what worked for me. - download net.sf.jadclipse_3.3.0.jar - put in plugins directory - downloaded jad.exe into c:\jad\jad.exe - did eclipse | window | preferences | editors | File Associations
*.class => JadClipse (default) - did eclipse | window | preferences | java| JadClipse Path to decompiler: c:\jad|jad.exe (left other settings same) - restart eclipse using -clean

worked finally.

FYI HTH Jeff

link|flag
vote up 0 vote down

It worked for me after I downloaded Lance's recompiled version.

link|flag
vote up 0 vote down

I followed bhupendra's method (add via Help > Software Updates > http://webobjects.mdimension.com/jadclipse/3.3) and it worked for me. Using the jar file directly (even restarting with -clean) didn't work.

link|flag
vote up 0 vote down

JadClipse still appears flaky to me after upgrading to Eclipse 3.4 (Ganymede). I've followed the steps above but it doesn't help. Sometimes, I get the JadClipse editor and sometimes Eclipse opens up its own default class file editor. For example, I was stepping through the debugger and when it crossed a JAR boundary, it went from the JadClipse editor to the default .class editor.

Something is definitely misbehaving with 3.4 but there's nothing in the log file to indicate what's going wrong.

link|flag

Your Answer

Get an OpenID
or

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