Wednesday 10 July 2013

Java Decompiler

Had some class files that I needed to decompile and found JD-GUI to be a great program for this.
Only one snag, it requires 32bit gtk libraries.

How to install JD-GUI on Ubuntu 64-bit:

sudo apt-get install ia32-libs-gtk

after that just run the application jd-gui

and the source coe can e saved with "Save All Sources"