Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Does JMeter works on OpenJDK 13?

I've did web search jmeter and openjdk 13 and found only that relevant post: Is JMeter is going to be paid as Oracle decides for Java post 1.8v?:

JMeter needs Java >=8 (Java 9 and 10 are intermediate and not advised).

On Apache JMeter page last JMeter version mentioned is JMeter 2.5.x (JVM 1.5+).

How does JMeter works on latest OpenJDK 13?

like image 384
Alexei Martianov Avatar asked Dec 10 '19 14:12

Alexei Martianov


People also ask

Will JMeter work with OpenJDK?

OpenJDK or Oracle JDK? A Java development kit (or runtime) is required to run Apache JMeter, and either the OpenJDK or Oracle JDK will accomplish this task.

Which Java version is best for JMeter?

JMeter is compatible with Java 8 or higher. We highly advise you to install latest minor version of your major version for security and performance reasons. Because JMeter uses only standard Java APIs, please do not file bug reports if your JRE fails to run JMeter because of JRE implementation issues.

What OpenJDK 13?

JDK 13 is the open-source reference implementation of version 13 of the Java SE Platform as specified by by JSR 388 in the Java Community Process. JDK 13 reached General Availability on 17 September 2019. Production-ready binaries under the GPL are available from Oracle; binaries from other vendors will follow shortly.

Does JMeter work with Java 11?

JMeter 5.0 officially requires Java 8 or 9, although later versions may be unofficially compatible. From our internal testing, JMeter will run on Java 11, albeit with some expected warnings such as: All illegal access operations will be denied in a future release.


1 Answers

Latest JMeter 5.2.1 works with Java 13

JMeter works for me on a freshly installed Ubuntu 19.04 Desktop with either OpenJDK 13 (installed from the Ubuntu repo) as well as Oracle JDK 13

JMeter officially don't limit java version in requirements:

JMeter is compatible with Java 8 or higher. We highly advise you to install latest minor version of your major version for security and performance reasons.

Also you can see JMeter is tested with Java 13 on Travis CI

like image 168
user7294900 Avatar answered Oct 11 '22 07:10

user7294900