Skip to content
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

cmake: use javac -h for creating JNI native headers #21822

Merged
merged 2 commits into from May 4, 2018

Commits on May 4, 2018

  1. cmake: use javac -h for creating JNI native headers

    JDK 1.10 does not offer javah anymore, so we need to use "javac -h" or
    add_jar(... GENERATE_NATIVE_HEADERS) instead.
    
    Fixes: http://tracker.ceph.com/issues/24012
    Signed-off-by: Kefu Chai <kchai@redhat.com>
    tchaikov committed May 4, 2018
    Copy the full SHA
    edc504b View commit details
    Browse the repository at this point in the history
  2. cmake: bump up JDK version to 1.8

    as JDK 7 is EOL. see
    http://www.oracle.com/technetwork/java/eol-135779.html and
    https://www.java.com/en/download/faq/java_7.xml
    
    Signed-off-by: Kefu Chai <kchai@redhat.com>
    tchaikov committed May 4, 2018
    Copy the full SHA
    df27ed3 View commit details
    Browse the repository at this point in the history