Re: [OT] Using JMeter source with Java 15 (openjdk)

2021-03-05 Thread Vladimir Sitnikov
>NVM, this is really not a jmeter question Good luck with figuring out the details :) You might try https://sdkman.io/ as it has up-to-date Java distributions from different vendors. Vladimir

Re: [OT] Using JMeter source with Java 15 (openjdk)

2021-03-05 Thread Tong Sun
On Fri, Mar 5, 2021 at 2:39 PM Tong Sun wrote: > > On Fri, Mar 5, 2021 at 10:53 AM Vladimir Sitnikov > wrote: > > > > Hi, > > > > Have you tried ./gradlew runGui ? > > An alternative option is to use ./gradlew createDist which would copy all > > the dependencies, so you could launch JMeter with

[OT] Using JMeter source with Java 15 (openjdk)

2021-03-05 Thread Tong Sun
On Fri, Mar 5, 2021 at 10:53 AM Vladimir Sitnikov wrote: > > Hi, > > Have you tried ./gradlew runGui ? > An alternative option is to use ./gradlew createDist which would copy all > the dependencies, so you could launch JMeter with bin/jmeter. > > Please find the commands at >