Search code examples
eclipsescalamavengatling

When I run engine.scala nothing happens


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 ? enter image description here


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).