5

我正在尝试将 Yourkit 分析器用于在 tomcat 之上运行的基于 Spring-MVC 的应用程序。我正在使用 Intellij Idea 13。我也成功安装了插件,这就是为什么我可以看到配置文件选项,但我收到以下错误:

Error running Apache runtime
            Cannot launch: it's impossible to automatically detect whether a 32-bit or a 64-bit JVM will be used
            in order to supply appropriate profiler agent version.
            To solve the problem, explicitly choose the JVM kind in the YourKit plugin configuration settings.

谁能告诉我这个 YourKit 插件配置设置到底在哪里?我认为IDE中必须有一些可以配置插件的位置。你能帮忙的话,我会很高兴。谢谢。

4

1 回答 1

7

当您尝试从 idea 运行探查器时,请检查您的运行/调试配置设置。

Startup/Connection选项卡中,应该有另一个选项卡来选择要使用的 jre。类似这样的东西

在此处输入图像描述

于 2015-08-05T09:48:58.567 回答