太阳雨

痛并快乐着

BlogJava 首页 新随笔 联系 聚合 管理
  67 Posts :: 3 Stories :: 33 Comments :: 0 Trackbacks

我的评论

re: eclipse中集成jad反编译 小虫旺福 2009-04-29 08:21  
@musicelf
如果还不行,照如下方法试一下。
Put the JadClipse JAR file into the plugins folder of your Eclipse installation.
Restart Eclipse (eclipse -clean).
Get Jad.
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)
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.
re: eclipse中集成jad反编译 小虫旺福 2008-11-04 15:50  
@musicelf
如果不行的话,可以自己去下一个decomp反编译工具
re: eclipse中集成jad反编译 小虫旺福 2008-11-04 15:50  
@musicelf
我用的是Eclipse3.3
我这里用的是可以的,而且我们组的人都用的都没问题啊。