Reputation: 33
I have set GATLING_HOME = "F:\gatling\" in environment variable but still i'm getting below issue.
Could not find or load main class io.gatling.recorder.GatlingRecorder
How to resolve this issue.
Thanks.
Upvotes: 0
Views: 3655
Reputation: 33
Need to set GATLING_HOME = "F:\gatling"
On Linux/Unix:
$GATLING_HOME/bin/recorder.sh
On Windows:
%GATLING_HOME%\bin\recorder.bat
Upvotes: 2