日期:2014-05-16  浏览次数:20695 次

Linux上安装jprobe
Linux上安装jprobe

1.安装jprobe
下载得到文件
JProbeforLinuxforx86andx64BINFormat_801.bin
我下载的地址是:
http://worlddownloads.quest.com.edgesuite.net/Repository/www.quest.com/latest_versions/JProbeforLinuxforx86andx64BINFormat_801.bin
上传文件到linux,修改名字
mv JProbeforLinuxforx86andx64BINFormat_801.bin jprobe801_install.bin
给予权限
chmod a+x jprobe801_install.bin
开始安装
./jprobe801_install.bin -i console

选择安装位置
===============================================================================
Choose Install Folder
---------------------
Select your installation folder (DEFAULT: /root/JProbe_8.0.1)
   : /home/sillycat/jprobe801

安装完成

2.破解
拷贝文件client-support.jar到/home/sillycat/jprobe801/lib下面
给予权限
chmod a+x client-support.jar
上传文件jprobe-suite.license
导入
cd /home/sillycat/jprobe801/bin
./jplicense add /home/sillycat/tmp/jprobe-suite.license

3.运行软件
cd /home/sillycat/jprobe801/bin
./jpconsole   (问题一)


问题一:
通过SECRIT运行软件./jpconsole
返回:
jpconsole: Unable to access display ""
jpconsole: Check that the DISPLAY environment variable is set correctly
and that you have permission to use that display.

反正等等也要打开桌面操作。所以用VNC view远程连接到该机器。
找到目录双击运行该sh文件。