ubuntu - 如何在基于 Debian 的 Linux 上解决 Eclipse 中的 TPTP 监视器错误 (IWAT0435E)?

标签 ubuntu debian eclipse-tptp

在 Eclipse Ganymede 上安装测试和性能工具平台后,每当我尝试分析 Java 应用程序时,我都会遇到启动配置对话框,其中包含如下错误:

Error IWAT0435E could not connect to host

这个问题是如何解决的?

最佳答案

经过一段时间的搜索,我在几个博客中找到了解决方案,所以感谢 PabloShimi .如果您有兴趣,这些包含更详细的背景。

这个问题与被链接到旧版本的 libstdc++ 的代理 Controller 有关。要解决它,您可以运行以下两个命令:

wget mirrors.kernel.org/ubuntu/pool/universe/g/gcc-2.95/libstdc++2.10-glibc2.2_2.95.4-24_i386.deb
sudo dpkg --install libstdc++2.10-glibc2.2_2.95.4-24_i386.deb

尽管您的里程数可能因发行版等而异。

然后您应该能够在 Eclipse 中成功进行性能分析,我发现我什至不需要重新启动 Eclipse。

关于ubuntu - 如何在基于 Debian 的 Linux 上解决 Eclipse 中的 TPTP 监视器错误 (IWAT0435E)?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/575110/

相关文章:

ubuntu - 重建较新版本的 Deb 包

ubuntu - Nginx 重定向 https ://www to https://

ubuntu - Symfony2 生产失败

installation - Eclipse 开普勒 : Cannot install TPTP Java profiler

php - file_put_contents 不起作用

Docker:将 Linux korn Shell 添加到现有容器

php - Debian Wheezy 服务 php5 无法识别

linux - 在 debian 上使用 npm 安装 Node 包失败

eclipse-tptp - 如何在 Windows 中绕过 TPTP 的 IWAT0435E