java反编译

http://jadclipse.sourceforge.net/wiki/index.php/Main_Page#Download

1.Put the JadClipse JAR file into the plugins folder of your Eclipse installation.
2.Restart Eclipse (eclipse -clean).
3.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) C:\Program Files\Java\jdk1.6.0_17\bin\jad.exe

设定环境变数path为C:\Program Files\Java\jdk1.6.0_17\bin


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.

你可能感兴趣的:(java,eclipse,C++,c,PHP)