From d80134a7f124749e3a91f0cb25db6f2a42011476 Mon Sep 17 00:00:00 2001 From: Zwergal Date: Mon, 22 Sep 2014 17:00:03 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 4860dda..2af7e22 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,10 @@ If you're using Scala 2.11.x: If you get a "not found" exception, you might need to edit the repos.txt of your Vert.x installation to use https. See [issue 35](https://github.com/vert-x/mod-mysql-postgresql/issues/35) (thanks, @dparshin!). +If you get `java.lang.ClassNotFoundException: org.vertx.scala.core.VertxAccess$class` please update your `langs.properties` scala entry to: + + scala=io.vertx~lang-scala_2.10~1.1.0-M1:org.vertx.scala.platform.impl.ScalaVerticleFactory + ## Configuration { From dfe48ffc901e2b3bbb6393d62f88b7ebee9d7cb6 Mon Sep 17 00:00:00 2001 From: Joern Bernhardt Date: Mon, 22 Sep 2014 17:05:59 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2af7e22..9921b77 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,8 @@ If you get `java.lang.ClassNotFoundException: org.vertx.scala.core.VertxAccess$c scala=io.vertx~lang-scala_2.10~1.1.0-M1:org.vertx.scala.platform.impl.ScalaVerticleFactory +If you're using Scala in your own project and want to use Scala 2.11, you can change `lang-scala_2.10` to `lang-scala_2.11`. + ## Configuration {