https://bz.apache.org/bugzilla/show_bug.cgi?id=65847
Felix Schumacher <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |INVALID Severity|critical |normal Status|NEW |RESOLVED --- Comment #1 from Felix Schumacher <[email protected]> --- As JMeter contains no JDK (at least the official distribution from the ASF site) and the JDK will (most probably) not lie about its version number, I suspect, that you have another JDK on your machine and that either the path or JAVA_HOME is pointing to it. This question is better placed on the mailing list, as it is not a bug in JMeter (as far as I can tell). You can try to look at the process, when JMeter runs and find the path to the JDK that way, or you could log/print the system property java.home The latter could be achieved by adding a JSR-223 sampler (groovy) with a single line "System.getProperty('java.home')" in it and looking at the result of that sampler after running it. Further discussion of this should be held on the users mailing list. -- You are receiving this mail because: You are the assignee for the bug.
