Cannot run the bundle from windows

I have installed java on my machine and updated the path variable, in addition I have installed gatling bundle (2.0.3), But when trying to run the gatling.bat script I get this error:

`

Error missing ‘server’ JVM at ‘C:\Program Files…jre1.8.0_25\bin\server\jvm.dll’
Please install or use the JRE or JDK that contains these missing components.

`

Any ideas how to fix this?

Cheers

Hi Magnus,

You have installed a ‘client’ JRE, which provide less optimizations of the code running on the JVM than a ‘server’ JRE, which could impact Gatling’s performance.
You can either download and install a ‘Server JRE’ from Oracle’s website, or remove the ‘-server’ from JAVA_OPTS in gating.bat (at line 43).

Cheers,

Pierre