문제

While trying to integrate a Java web app maven project deployed on Tomcat with Jprofiler's Netbeans based plugin I see this message:

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.

Even when I tried to profile after deploying the project in debug mode, this still displays the same message? How do I rectify this ?

도움이 되었습니까?

해결책

As of 8.0.1, maven projects are not supported by the JProfiler Netbeans module. This will be implemented in a future version, possibly in 8.1.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top