Monday, February 19, 2007

Decompile .class in Eclipse

Don't you hate the "Source Not Found" while you are debugging in Eclipse?

OK yes, you can do this.
  1. download JAD at http://www.kpdus.com/jad.html and then install it on your workstation.
  2. download JAD Eclipse plugin at http://sourceforge.net/projects/jadclipse/ and then install it with your Eclipse.
  3. restart your Eclipse and click Window->Preferences->Java->JadClipse and finish the configuration.
Congratulations! .class is no longer a black box.

No comments: