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

后端 未结 13 2123
猫巷女王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: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!

提交回复
热议问题