在Ubuntu 8.10系统中安装好MyEclipse后无法正常打开JSF,随即出现错误。
错误内容为:eclipse/plugins/org.mozilla.xulrunner.gtk.linux.x86_1.8.1.3-20070904/xulrunner/libjavaxpcomglue.so: libstdc++.so.5: cannot open shared object file: No such file or directory
在网上搜索了一下,找了解决方法:直接执行sudo apt-get install libstdc++5即可。

