You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2020/08/13 15:27:25 UTC

[GitHub] [incubator-mxnet] tavoaqp edited a comment on issue #18655: MXNet for Scala 2.12 and 2.13

tavoaqp edited a comment on issue #18655:
URL: https://github.com/apache/incubator-mxnet/issues/18655#issuecomment-673544666


   hey @leezu , I got to compile the project using `make`. But when run `mvn compile` on the Scala folder I get this error:
   ```
   [INFO] Compiling 2 source files to /home/gustavo/git/apache-mxnet-src-1.6.0-incubating/scala-package/init/target/classes at 1597332091507
   [INFO] compiler plugin: BasicArtifact(org.scalamacros,paradise_2.11.8,2.1.0,null)
   [ERROR] error: scala.reflect.internal.MissingRequirementError: object java.lang.Object in compiler mirror not found.
   ```
   then I realized that the `pom.xml` is configured like this:
   `<java.version>1.7</java.version>`
   
   I have Java 11 installed and that may be the source of the error above, would that be correct?
   Also, is there any reason to set the `java.version` variable to 1.7?


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org