-
2009-09-30
Unable to load Mozilla for hosted mode (GWT & Ubuntu 9.04) - [WebOhWeb]
版权声明:转载时请以超链接形式标明文章原始出处和作者信息及本声明
http://lakesidewalker.blogbus.com/logs/47395769.html
一个小问题的解决:通过Eclipse开发GWT (Google Web Toolkit)程序,在运行hosted browser时可能抛出如下Exception:
** Unable to load Mozilla for hosted mode **
java.lang.UnsatisfiedLinkError: /home/hellz/projects/gwt-linux-1.5.3
/mozilla-1.7.12/libxpcom.so: libstdc++.so.5:
cannot open shared object file: No such file or directory
直接在Terminal里使用如下命令行安装即解决:
sudo apt-get install libstdc++5
收藏到:Del.icio.us







