- Java 9:Building Robust Modular Applications
- Dr. Edward Lavieri Peter Verhas Jason Lee
- 63字
- 2025-04-04 17:08:34
C header files
The /include directory contains C header files. These files primarily support the following:
- Java Native Interface (JNI): This is used for native-code programming support. The JNI is used to embed Java native methods and the JVM into native apps.
- JVM Tool Interface (JVM TI): This is used by tools for state inspections and execution control for apps running the JVM.