Re: JDK8: Unloading native JNI library

2017-08-25 Thread Vemund Ostgaard
part basically, when loading and unloading the native libraries on the same Linux flavor and version they were compiled on, it works. Thanks for the reply, it led me to finding my mistake. Vemund Thanks, David On 24/08/2017 10:37 PM, Vemund Ostgaard wrote: Hello, I am struggling with a

JDK8: Unloading native JNI library

2017-08-24 Thread Vemund Ostgaard
Hello, I am struggling with a problem related to unloading (and reloading) a native JNI library that has been loaded with System.load(). I have been referred to this mailing list as the right place to ask, so seeking your advice on the issue. My goal was to load a JNI library from a JVM proc