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 >

Re: Building JMeter from source with Java 8

2021-03-05 Thread Vladimir Sitnikov
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 https://jmeter.apache.org/usermanual/jmeter_tutorial.html#building Vladimir

Re: Building JMeter from source with Java 8

2021-03-05 Thread Tong Sun
On Fri, Mar 5, 2021 at 9:38 AM glin...@live.com wrote: > > I think these "autostyleApply -PmaxCheckMessageLines=50 -PmaxFilesToList=10 > -PminLinesPerFile=4" profiles are causing troubles, you should be able to > build JMeter like: > > > gradlew -x test build -q Thanks glinius, that actually

Re: Building JMeter from source with Java 8

2021-03-05 Thread glin...@live.com
I think these "autostyleApply -PmaxCheckMessageLines=50 -PmaxFilesToList=10 -PminLinesPerFile=4" profiles are causing troubles, you should be able to build JMeter like: > gradlew -x test build -q -- Sent from: http://www.jmeter-archive.org/JMeter-User-f512775.html

Re: Building JMeter from source with Java 8

2021-03-05 Thread Tong Sun
On Fri, Mar 5, 2021 at 9:03 AM Tong Sun wrote: > > Hi, > > I'm having trouble building JMeter from source and I have no idea why. > I'm using Java 8. > > $ groovy -v > Groovy Version: 3.0.3 JVM: 1.8.0_261 Vendor: Oracle Corporation OS: Mac OS X > > $ gradlew -v > >

Building JMeter from source with Java 8

2021-03-05 Thread Tong Sun
Hi, I'm having trouble building JMeter from source and I have no idea why. I'm using Java 8. $ groovy -v Groovy Version: 3.0.3 JVM: 1.8.0_261 Vendor: Oracle Corporation OS: Mac OS X $ gradlew -v Gradle 6.7