Thursday, 18 June 2015

Java Decompiler installation in LINUX



Download jd-gui from here.

Then install few libraries as show in this tutorial.


$ sudo apt-get install libgtk2.0-0:i386
$ sudo apt-get install libxxf86vm1:i386
$ sudo apt-get install libsm6:i386
$ sudo apt-get install lib32stdc++6
$ ./jd-gui 
 
 
And it works..,

No comments:

Post a Comment