vlsi commented on issue #6262:
URL: https://github.com/apache/jmeter/issues/6262#issuecomment-2029409993

   >{languageVersion=17, vendor=any, implementation=vendor-specific} for 
WINDOWS on x86_64.
   > No locally installed toolchains match and toolchain download repositories 
have not been configured.
   
   That means Gradle can't detect Java 17 on your machine.
   By default JMeter uses Java 17 for the build, and you could use `./gradlew 
-PjdkBuildVersion=21 -PjdkTestVersion=21 runGui` to use 21 for both build and 
test.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@jmeter.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to