-
一个小问题的解决:通过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
共1页 1









