Eclipse Test and Performance Tools Platform 简介
2009-12-19 00:00:00 来源:WEB开发网% cd $JAVA_DIR
% mv ~/tptp.runtime-TPTP-4.1.0.zip .
% unzip tptp.runtime-TPTP-4.1.0.zip
安装 Agent Controller
Agent Controller 是 TPTP 的一个重要组件,它使 Eclipse 能够启动应用程序并与这些应用程序进行交互,从而提取分析数据。下载适合您的操作系统的 Agent Controller 运行时。接下来,在包含 Eclipse 的目录中创建一个称为 tptpd 的目录,并将 Agent Controller 存档文件释放到这个目录中。要运行的命令是:
% mkdir $JAVA_DIR/tptpd
% cd $JAVA_DIR/tptpd
% mv ~/tptpdc.linux_ia32-TPTP-4.1.0.zip .
% unzip tptpdc.linux_ia32-TPTP-4.1.0.zip
如果看到两个下面这样的错误:
linking: lib/libxerces-c.so
warning: symbolic link (lib/libxerces-c.so) failed
linking: lib/libxerces-c.so.24
warning: symbolic link (lib/libxerces-c.so.24) failed
那么必须通过输入以下命令来手工重新创建这两个链接:
% cd $JAVA_DIR/tptpd/lib
% rm libxerces-c.so libxerces-c.so.24
% ln -s libxerces-c.so.24.0 libxerces-c.so
% ln -s libxerces-c.so.24.0 libxerces-c.so.24
添加 Agent Controller 目录
要使用 Agent Controller,必须将它的 lib 目录添加到 LD_LIBRARY_PATH 中。例如,如果正在运行 Linux 并采用以上步骤中给出的目录结构,那么用以下命令添加 $JAVA_DIR/tptpd/lib:
更多精彩
赞助商链接