JProfiler java.lang.UnsupportedClassVersionError

时间:2018-10-10 13:45:21

标签: java eclipse jprofiler unsupported-class-version

我想将JProfile附加到运行中的虚拟机Weblogic 9.2(jrockit 150_22)。

在Eclipse 4.4中,我正在使用JDK 5进行编译; JProfile会话设置具有/ Compilation / JDK 5;常规设置JDK 5,JRE 1.8

我必须使用旧版本的JProfiler,特别是v.7.2.3,因为它是唯一具有jrockit 1.5选项的版本。

我按照以下步骤创建了一个新的配置文件:

Session/Integration Wizards/New Server Integration/... 

要附加到正在运行的Weblogic VM,请在Eclipse上按“ 将JProfiler附加到正在运行的VM ”,然后从JProfiler的弹出窗口中选择虚拟机。

但是我总是遇到这个错误: this error

1 个答案:

答案 0 :(得分:0)

根据wikipedia,版本50.0对应于Java 6-与您在JProfiler中配置的不匹配。