Is there a way to get jadclipse working with Eclipse 3.4?

后端 未结 13 1911
猫巷女王i
猫巷女王i 2021-02-09 02:55

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

相关标签:
13条回答
  • 2021-02-09 03:33

    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.

    0 讨论(0)
  • 2021-02-09 03:33

    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
    
    0 讨论(0)
  • 2021-02-09 03:34

    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!

    0 讨论(0)
  • 2021-02-09 03:36

    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.

    0 讨论(0)
  • 2021-02-09 03:38

    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.

    0 讨论(0)
  • 2021-02-09 03:41

    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!

    0 讨论(0)
提交回复
热议问题