When I launch JD-GUI on my Ubuntu 12.04.3 (Precise Pangolin) 64 bits system, nothing happens:
user@host:~/jd-gui-0.3.5.linux.i686$ ./jd-gui
user@host:~/jd-gui-0.3.5.linux.i686$
How do I launch it?
When I launch JD-GUI on my Ubuntu 12.04.3 (Precise Pangolin) 64 bits system, nothing happens:
user@host:~/jd-gui-0.3.5.linux.i686$ ./jd-gui
user@host:~/jd-gui-0.3.5.linux.i686$
How do I launch it?
You should install package ia32-libs
.
sudo apt-get install lib32z1 lib32ncurses5 lib32bz2-1.0 libgtk2.0-0:i386 libxxf86vm1:i386 libsm-dev:i386 libcanberra-gtk3-module:i386
–
Appanage For Ubuntu 13.10 64 bit, you should use
sudo apt-get install libgtk2.0-0:i386
sudo apt-get install libcanberra-gtk-module:i386
sudo apt-get install gtk2-engines-murrine:i386
You should install package ia32-libs
.
sudo apt-get install ib32z1 lib32ncurses5 lib32bz2-1.0 libgtk2.0-0:i386 libxxf86vm1:i386 libsm-dev:i386 libcanberra-gtk3-module:i386
–
Therontheropod sudo apt-get install lib32z1 lib32ncurses5 lib32bz2-1.0 libgtk2.0-0:i386 libxxf86vm1:i386 libsm-dev:i386 libcanberra-gtk3-module:i386
–
Appanage For Ubuntu 14.04, you can use :
sudo apt-get install lib32z1 lib32ncurses5 lib32bz2-1.0 libgtk2.0-0:i386 libxxf86vm1:i386 libsm-dev:i386 libcanberra-gtk3-module:i386
I am using Ubuntu 14.04 LTS, all the methods above (apt-get install blabla) don't work.
this worked for me:
$ git clone [email protected]:java-decompiler/jd-gui.git
$ gradle build
then a file will be generated to : build/libs/jd-gui-1.0.0.jar
run it:
$ java -jar build/libs/jd-gui-1.0.0.jar
There is another option to use jd-gui on Ubuntu 64 bit. Download jd-gui for Windows and use Wine to open it. It works fine and without any hassles.
© 2022 - 2024 — McMap. All rights reserved.
sudo apt-get install ib32z1 lib32ncurses5 lib32bz2-1.0 libgtk2.0-0:i386 libxxf86vm1:i386 libsm-dev:i386 libcanberra-gtk3-module:i386
– Therontheropod