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

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

    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 :)))

提交回复
热议问题