Eswaran
Eswaran

Reputation: 33

Could not find or load main class io.gatling.recorder.GatlingRecorder

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

Answers (1)

Eswaran
Eswaran

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

Related Questions