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 2019/05/14 21:57:01 UTC

[GitHub] [incubator-mxnet] larroy commented on issue #14866: Can't build the scala package in ubuntu 18.04

larroy commented on issue #14866: Can't build the scala package in ubuntu 18.04
URL: https://github.com/apache/incubator-mxnet/issues/14866#issuecomment-492425149
 
 
   `apt install -y maven openjdk-8-jdk`
   I had to do:
   
   `update-alternatives --config java`  and choose jdk-8 as default, otherwise maven uses jdk-11.
   
   Also the lib is being picked up from lib/ we usually build on "build" in CMake.  With those changes it worked.

----------------------------------------------------------------
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


With regards,
Apache Git Services