hi everyone, I've been reading JEP 178 (Statically-Linked JNI Libraries ) http://openjdk.java.net/jeps/178
There is a sentence in the section on JNI Specification changes that says "A native library may be statically linked with the VM. The manner in which the library and VM image are combined is implementation-dependent." I can't find anything that explains the process in more detail so posting here. Basically - if I want to statically link my JNI library to Hotspot what are the instructions for the OpenJDK implementation? Cheers Steve
