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
我這里用的是可以的,而且我們組的人都用的都沒問題啊。