Issue
I'm using gatling and scala ans eclipse as an editor, when I click on Engine.scala to run it nothing happen, I dont know why ?
Solution
ScalaIDE (the Eclipse plugin for Scala) seems to be dead. You should either run from the command line with maven (mvn gatling:test
) or switch to IntelliJ (that has great built-in support for Scala).
Answered By - Stéphane LANDELLE