出现的错误是:
......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
参考资料:http://reyjexter.blogspot.com/2008/04/jboss-tools-on-ubuntu-804.html
解决办法:sudo apt-get install libstdc++5
参考资料:http://reyjexter.blogspot.com/2008/04/jboss-tools-on-ubuntu-804.html
本文介绍了解决Eclipse中出现的“libstdc++.so.5: cannot open shared object file: No such file or directory”错误的方法。该问题通常发生在尝试加载特定插件时,并提供了使用sudo apt-get install libstdc++5命令进行修复的步骤。

被折叠的 条评论
为什么被折叠?



