java - 无法将 JProfiler 与 Netbeans 中的 Java 项目集成

标签 java maven netbeans profiling jprofiler

在尝试将部署在 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.

即使我在 Debug模式下部署项目后尝试进行分析,这仍然显示相同的消息?我该如何纠正这个问题?

最佳答案

从 8.0.1 开始,JProfiler Netbeans 模块不支持 Maven 项目。这将在未来的版本中实现,可能在 8.1 中。

关于java - 无法将 JProfiler 与 Netbeans 中的 Java 项目集成,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18632025/

相关文章:

Maven Nexus 私有(private)存储库访问

java - Netbeans 设计器显示的形式与程序运行时不同

java - 无法从 Netbeans 中的 Mysql 检索数据

java - Autowiring 具有 @Configuration @EnableScheduling @Component 注释的 bean 组件时出错

java - Android Studio : Add number every Second

java - Activity关闭时内存未释放

java - 什么定义了我项目的 "war-ness"?

java - JSP搜索栏功能

java - Spring Boot Maven 插件 : Exclude properties file from final jar

java - 如何结束程序,并阻止用户收到提示?