Tuesday, May 10, 2011

Using groovy 1.8 with Jmeter 2.4

You want to use Jmeter with the latest groovy? But it just throws errors about not finding libraries?

Copy these 3 jar files from the groovy/lib directory into jmeter/lib directory and you'll be all ready to go
  • groovy-1.8.0.jar
  • antlr-2.7.7.jar
  • asm-3.2.jar
I tried to dynamically set the CLASSPATH to load all libs without having to include the groovy libraries, but it just did not want to know about it. This seems to be the only way it will work straight away. Even setting search_paths or setting user.classpath as from JMeter website didn't help


No comments: