EdColeman edited a comment on pull request #2043:
URL: https://github.com/apache/accumulo/pull/2043#issuecomment-829138992


   When you ran maven, the error shows you are running jdk-8 from the command 
line.  Do you have JAVA_HOME set on the command line? For example, my env:
   `
   $ env | grep JAVA
   JAVA_HOME=/usr/java/jdk-11
   
   and
   
   $ java --version
   openjdk 11 2018-09-25
   OpenJDK Runtime Environment 18.9 (build 11+28)
   OpenJDK 64-Bit Server VM 18.9 (build 11+28, mixed mode)
   `
   


-- 
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:
[email protected]


Reply via email to