summaryrefslogtreecommitdiff
path: root/test cases/java/9 jni/src/com
AgeCommit message (Collapse)Author
2022-12-11Rename java.generate_native_headers to java.native_headersTristan Partin
This follows the Meson naming scheme which typically leaves off a verb like generate.
2022-03-07Fix @typed_pos_args on java.generate_native_headersTristan Partin
2022-03-02Rename JDK system dep to JNITristan Partin
JNI is a more apt name because it currently only supports the JNI. I also believe that CMake uses the terminology JNI here as well. JNI is currently the only way to interact with the JVM through native code, but there is a project called "Project Panama" which aims to be another way for native code to interact with the JVM.