Running JD-GUI on Oracle Linux 6.5 (64 Bit)

I just installed a fresh Oracle Linux 6.5. (64 Bit) development virtual machine for myself. One tool I learned to appreciate a lot is JD-GUI. Unfortunately, the binary provided does not run on a 64 Bit Linux (virtual) box as it was compiled for i686 architecture. However, in order to run it without any errors just install the following packages:

yum install glibc.i686
yum install libgtk-x11-2.0.so.0
yum install libXxf86vm.so.1
yum install libSM.so.6
yum install libpk-gtk-module.so
yum install libcanberra-gtk-module.so
yum install gtk2-engines.i686

2 Replies to “Running JD-GUI on Oracle Linux 6.5 (64 Bit)”

Leave a Reply