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).
|
1
|
|||
|
|
|
I'm successfully using JadClipse with Eclipse 3.4 Eclipse 3.4.0.I20080617-2000 It just works! |
||||||
|
|
|
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. |
||
|
|
|
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 :))) |
||
|
|
|
|
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. |
||
|
|
|
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:
|
||
|
|
|
|
Does not work for me, even with your solution bhupendra :( |
||
|
|
|
|
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. |
||
|
|
|
|
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... |
||
|
|
|
|
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! |
||
|
|
|
|
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? |
||
|
|
|
|
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 |
||
|
|
|
|
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. |
||
|
|
|
|
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. |
||
|
|
|
|
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! |
||
|
|
|
|
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... |
||
|
|
|
|
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. |
||
|
|
|
|
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)
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. |
|||
|
|
|
|
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. |
|||
|
|
|
|
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. |
||
|
|
|
|
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 worked finally. FYI HTH Jeff |
|||
|
|
|
|
It worked for me after I downloaded Lance's recompiled version. |
||
|
|
|
|
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. |
||
|
|
|
|
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. |
||
|
|
