-
Notifications
You must be signed in to change notification settings - Fork 3k
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
MissingRequirementError: object scala.runtime in compiler mirror not found #210
Comments
I have tried same steps - but as a "root" user on CentOS6, JDK1.8. Saw same set of errors #1:
Fix: Went to each build file and commented out the slf4j line. All projects #2: Above Error. #3: Tried - But No luck: Added following in WhereHows/build.gradle Went past the issue - but then ran in to above listed Lib's doesnt quite match: Please guide me - so that I can force the build to get latest lib's as mentioned |
Same process compiled fine in Mac OSX El Capitan. |
do u have idea to sloving this problem , share to me ,thx |
scala.reflect.internal.MissingRequirementError: object scala.runtime in compiler mirror not found
:backend-service:playCompile
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512M; support was removed in 8.0
[info] Loading project definition from /home/conflux/WhereHows/backend-service/project
[info] Set current project to backend-service (in build file:/home/conflux/WhereHows/backend-service/)
[info] Updating {file:/home/conflux/WhereHows/backend-service/}backend-service...
[info] Resolving org.fusesource.jansi#jansi;1.4 ...
[info] Done updating.
[info] Compiling 4 Scala sources and 37 Java sources to /home/conflux/WhereHows/backend-service/target/scala-2.10/classes...
[error] error while loading , error in opening zip file
scala.reflect.internal.MissingRequirementError: object scala.runtime in compiler mirror not found.
at scala.reflect.internal.MissingRequirementError$.signal(MissingRequirementError.scala:16)
at scala.reflect.internal.MissingRequirementError$.notFound(MissingRequirementError.scala:17)
My Env:
CentOS 6
JDK 1.8
User: usera (with sudo access). However ran it with just "gradle build". Should I do "sudo gradle build" ?
The text was updated successfully, but these errors were encountered: