首页 > 其他 > 详细

JD-GUI on Ubuntu 13.04 64-bit

时间:2014-02-19 21:17:52      阅读:463      评论:0      收藏:0      [点我收藏+]

Java Decompiler (jd-gui) is a cute little tool I like using when working in Java. Unfortunately it only comes in 32-bit linux. So if you are on 64-bit linux (considering that everything is going 64-bit except a number of windows apps), you seem a little bit out of luck.

In the past, you would have installed the entire ia32-libs but the new Ubuntu Multi Architecture changes everything a little bit.

So you will have to install the individual 32-bit versions of the dependent libraries to get jd-gui working


sudo aptitude install libgtk2.0-0:i386
sudo aptitude install libcanberra-gtk-module:i386
sudo aptitude install gtk2-engines-murrine:i386

Ref:

JD-GUI on Ubuntu 13.04 64-bit

原文:http://www.cnblogs.com/kuloud/p/3555645.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!