https://github.com/bostrt/jni_test
https://github.com/bostrt/jni_test
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bostrt/jni_test
- Owner: bostrt
- Created: 2016-12-09T14:10:41.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-09T14:11:32.000Z (over 9 years ago)
- Last Synced: 2025-04-06T14:29:21.093Z (about 1 year ago)
- Language: Java
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
# javac Hello.java
# javah -jni Hello
# gcc -fPIC -I. -I/usr/lib/jvm/java-1.8.0-openjdk/include/ -I/usr/lib/jvm/java-1.8.0-openjdk/include/linux/ -o libhello_native.so -shared Hello.c
# java -XX:NativeMemoryTracking=detail -Djava.library.path=. Hello
# jcmd {PID} VM.native_memory detail