jvm -
Java Virtual Machine invocation API and others services from the JNI C API
Users of this module and the Java FFI, on desktop computers, must define three environment variables:
JAVA_HOMEpoints to the installation folder of the target Java VM. This folder should contain the JNI header fileinclude/jni.h. e.g./usr/lib/jvm/default-javaon Debian Jessie.JNI_LIB_PATHpoints to the folder withlibjvm.so. e.g./usr/lib/jvm/default-java/jre/lib/amd64/server/on Debian Jessie.LD_LIBRARY_PATHhas the path to the folder withlibjvm.so. It's the same value asJNI_LIB_PATHbutLD_LIBRARY_PATHis a colon separated list which may contain other paths.
See: http://docs.oracle.com/javase/1.5.0/docs/guide/jni/spec/jniTOC.html
Content
- jvm: Java Virtual Machine invocation API and others services from the JNI C API (lib/jvm/jvm.nit)