You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@jmeter.apache.org by bu...@apache.org on 2022/01/26 11:10:22 UTC

[Bug 65847] Wrong version of Java in log file

https://bz.apache.org/bugzilla/show_bug.cgi?id=65847

Felix Schumacher <fe...@internetallee.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |INVALID
           Severity|critical                    |normal
             Status|NEW                         |RESOLVED

--- Comment #1 from Felix Schumacher <fe...@internetallee.de> ---
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.