-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dbuild doesn't work with Java 9 #155
Comments
Full log of the failure is here: https://jenkins-dbuild.typesafe.com:8499/job/Community-2.11.x-Java9/19/consoleFull |
umbrella ticket on JDK 9 support for Scala is scala/scala-dev#139 |
I'm delighted to report that dbuild seems to work fine on Java 9 with sbt 0.13.16 as long as you first run the sbt launcher to copy rt.jar to a directory under (I'm working on this in the context of scala/community-build#609) |
this is working fine now (in the context of scala/community-build#609) |
When trying to run dbuild 0.9.3-SNAPSHOT it blows up with:
The underlying reason seems to be lack of support for Java 9 class file format in scalap that dbuild is using transitively.
The text was updated successfully, but these errors were encountered: