JADClipse not working with Eclipse 3.6

旧街凉风 提交于 2019-12-04 05:47:48
RonK

I eventually found the answer here.

Running eclipse with -clean switch and setting the file association between *.class and the jadclipse plug-in solved the problem.

Set the JAD path correctly in Preferances>Java>Jad. Ex: D:\Jad\jad.exe

If still not working then,

Go to File extensions in Preferences. Select JadClipse as default editor for .class and .class with out source.

The main reason is that you eclipse have default class viewer configured for class file which you have to change to your new class decompiler.

go to preference > editor > choose "class without source" and select your tool and mark as default. will work for you :)

I had the same problem. Just check if the JadEclipse Class File Viewer is the default viewer for "Class without source" in Preferences -> General -> Editors -> File Associations.

Download jad.exe and then in eclipse there are 2 places to configure.

  1. Window->Preferences->java->JadClipse give the path of jad.exe in Path to decompiler like C:\Users\Documents\xxx\jad.exe. then Apply
  2. Window->Preferences->General->Editors->File Associations. Click on *.class and in below dialog box there should be JadClipse Class File Viewer(default). If not click on Add...
    add JadClipse as default file viewer.
  3. Do the same for *.class without source as well.
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!