어느 가을날의 전환점

Eclipse|JadClipse & Jad - Java decompiler 본문

Development

Eclipse|JadClipse & Jad - Java decompiler

어느가을빛 2010. 10. 19. 19:14
JadClipse is a plug-in that seamlessly integrates Jad (the fast Java decompiler) with Eclipse.

Jad(the fast Java decompiler)



Installation

1) Put the JadClipse JAR file into the plugins folder of your Eclipse installation.
2) Restart Eclipse (eclipse -clean).
3) Get Jad.
4) 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)
5) 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.
Comments