编程语言
首页 > 编程语言> > Yourkit java profiler:无法启动:无法自动检测是使用32位还是64位JVM

Yourkit java profiler:无法启动:无法自动检测是使用32位还是64位JVM

作者:互联网

我正在尝试使用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中必须有一些可以配置插件的位置.你能帮忙的话,我会很高兴.谢谢.

解决方法:

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

在“启动/连接”选项卡中,应该有另一个选项卡来选择要使用的jre.像这样的东西

enter image description here

标签:java,intellij-idea,spring,yourkit
来源: https://codeday.me/bug/20190528/1169548.html