TomaszTwardowski commented on issue #6611:
URL: https://github.com/apache/jmeter/issues/6611#issuecomment-3983399684
> Is there any workaround?
Eclipse Temurin (Adoptium) JDK 21 LTS
1. Go to the Temurin 21 (LTS) releases page.
2. Select:
• Version: 21 (LTS)
• Package: JDK (not JRE)
• Your OS and architecture (e.g., Windows x64).
3. Download the installer:
• Windows: typically .MSI
• macOS: typically .PKG
• Linux: typically .tar.gz (or use your package manager if you
prefer)
4. Install it (Next → Next → Finish).
5. Verify in a terminal/PowerShell:
• java -version
• javac -version
You should see 21.x.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]