Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/spring-mvc/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Maven 2 如何在Netbeans中评测Maven应用程序?_Maven 2_Netbeans_Profiling_Profiler - Fatal编程技术网

Maven 2 如何在Netbeans中评测Maven应用程序?

Maven 2 如何在Netbeans中评测Maven应用程序?,maven-2,netbeans,profiling,profiler,Maven 2,Netbeans,Profiling,Profiler,我有一个使用Maven 2作为构建工具的项目。现在我正在使用Netbeans 6作为我的IDE,并且非常希望能够使用分析器。有什么办法可以让它工作吗?我想这可能更复杂。事实并非如此。要在Maven 2项目中使用Netbeans探查器,只需在运行java应用程序时添加一对参数。调用项目的属性对话框,选择“运行”选项卡,并向jvm参数中添加如下内容: -agentpath:"C:\Program Files\NetBeans 6.0\profiler2\lib\deployed\jdk15\wind

我有一个使用Maven 2作为构建工具的项目。现在我正在使用Netbeans 6作为我的IDE,并且非常希望能够使用分析器。有什么办法可以让它工作吗?

我想这可能更复杂。事实并非如此。要在Maven 2项目中使用Netbeans探查器,只需在运行java应用程序时添加一对参数。调用项目的属性对话框,选择“运行”选项卡,并向jvm参数中添加如下内容:

-agentpath:"C:\Program Files\NetBeans 6.0\profiler2\lib\deployed\jdk15\windows\profilerinterface.dll=\"C:\\\"Program Files\"\\\"NetBeans 6.0\"\\profiler2\\lib\\"",5140

这意味着,现在当我运行我的应用程序(F6)时,执行将等待我连接探查器。实时提示。很好。

我想这可能更复杂。事实并非如此。要在Maven 2项目中使用Netbeans探查器,只需在运行java应用程序时添加一对参数。调用项目的属性对话框,选择“运行”选项卡,并向jvm参数中添加如下内容:

-agentpath:"C:\Program Files\NetBeans 6.0\profiler2\lib\deployed\jdk15\windows\profilerinterface.dll=\"C:\\\"Program Files\"\\\"NetBeans 6.0\"\\profiler2\\lib\\"",5140

这意味着,现在当我运行我的应用程序(F6)时,执行将等待我连接探查器。实时提示。甜美。

自NetBeans 6.5以来,maven项目的更新-评测一直在开箱即用。自NetBeans 6.5以来,maven项目的更新-评测一直在开箱即用。