Am 16.11.20 um 18:57 schrieb Vladimir Sitnikov:
> Hi,
>
> I see the following options:
> a) Add support for GraalJS to JMeter. GraalJS is a standalone library that
> evaluates JavaScript (of course, it works faster with GraalJS JIT compiler,
> however it should work with any JVM)
> b) Use Nashorn as a standalone library. It looks like there are people
> willing to support Nashorn.
> See https://twitter.com/lagergren/status/1315647553464082435 and the
> relevant mail thread.
> It is hard to predict when Nashorn would be available as a library,
> however, it looks like it will happen sometime soon.
> c) Use Java 8 or 11 which still includes Nashorn
> d) Use Rhino JS engine

I am preparing a patch to update the Mozilla Rhino implementation in
JMeter to the current one (1.7.13) and add a note on how to enable Rhino
to act as a JSR-223 engine (copy the rhino-engine-1.7.13.jar to  lib/ext).

Maybe the OP would like to test this (replace rhino-1.7.12.jar with
rhino-1.7.13.jar (located in lib/) and add rhino-engine-1.7.13.jar. See
https://github.com/mozilla/rhino/releases/tag/Rhino1_7_13_Release)

Felix

>
> Vladimir
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to