无法将 JProfiler 与 Netbeans 中的 Java 项目集成
Posted
技术标签:
【中文标题】无法将 JProfiler 与 Netbeans 中的 Java 项目集成【英文标题】:Cannot integrate JProfiler with Java Project in Netbeans 【发布时间】:2013-09-05 09:00:44 【问题描述】:在尝试将部署在 Tomcat 上的 Java Web 应用程序 maven 项目与 Jprofiler 的基于 Netbeans 的插件集成时,我看到了以下消息:
For free-form projects, you need to execute the debug action
once before profiling is possible. When executing the debug action
for the first time, a debug target will be generated in a separate
build file.
即使我在调试模式下部署项目后尝试分析,这仍然显示相同的消息?我该如何纠正这个问题?
【问题讨论】:
您的项目是 maven 项目还是 ant freeform 项目?该消息暗示后者,而您的问题暗示前者。这可能是 jprofiler 方面的错误,无法正确识别 maven 项目。 【参考方案1】:从 8.0.1 开始,JProfiler Netbeans 模块不支持 Maven 项目。这将在未来的版本中实现,可能在 8.1 中。
【讨论】:
以上是关于无法将 JProfiler 与 Netbeans 中的 Java 项目集成的主要内容,如果未能解决你的问题,请参考以下文章
如何将 codeIgniter 与 netbeans 完全集成
Netbeans/Eclipse 无法识别 Java ME SDK
无法在 NetBeans IDE 中建立与 MySQL 的连接