You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2019/04/16 17:56:17 UTC

[GitHub] [accumulo] keith-turner opened a new pull request #1095: Update native map makefile to work with Java 11.

keith-turner opened a new pull request #1095: Update native map makefile to work with Java 11.
URL: https://github.com/apache/accumulo/pull/1095
 
 
   The native map makefile checks to see if javah exists inorder to
   determine if java is a JDK or JRE.  In Java 11, javah no longer exists.
   The makefile was modfied to check if javac exists, which is a JDK
   command that exists in Java 8 and 11.

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