JProfiler与eclipse集成
1下载
http://www.ej-technologies.com/download/jprofiler/files
2.安装
ubuntu 直接执行shell 安装脚本
3 整合到Eclipse,
(执行整合前,先关闭Eclipse)
主菜单–> Session –>IDE Intergrations –>选择Eclipse (某版本)
执行“Integrate” ,选择Eclipse所在的文件夹。如:/opt/eclipse
4 以/opt/eclipse/eclipse.exe –clean 方式启动eclipse(目的是清除插件缓存,仅需第一次加此参数)
5.在Eclipse里配置JProfiler.
主菜单–>Window–>Customize Perspective –>Commands –>找到Profile ,
选中它,再点OK即可。
参考文献:
http://luanma.javaeye.com/blog/183827