I am trying to run a Vertx 3.1.0 JavaScript application with IntelliJ IDEA on Windows 7 (64 bit). The IntelliJ configuration is used from this question.
If I use the command line from the diretory "C:\Development\Workspace\Java\vertx\hello" with the command "vertx run JsVerticle.js" everything is working. If I run the application from IntelliJ I got a exception: "Failed in deploying verticle java.lang.ClassNotFoundException: JsVerticle.js". If I run a Java application with the program arguments "run company.app.MyFirstVerticle" it is working.
By the way, if I run explicit rhino with the command "vertx run rhino:JsVerticle.js", I get the same exception.