Re: JDK8: Unloading native JNI library

2017-08-25 Thread Vemund Ostgaard
Hi David, On 25. aug. 2017 04:18, David Holmes wrote: Hi Vemund, What OS do you see this on? Are you able to test different OS? Excellent question. Earlier in my struggles to get this working I had tested on both an RHEL7 and Ubuntu 16.04 and seen the same problems, so I did further testing

Re: JDK8: Unloading native JNI library

2017-08-24 Thread David Holmes
And what is the name of the library? Thanks, David On 25/08/2017 12:18 PM, David Holmes wrote: Hi Vemund, What OS do you see this on? Are you able to test different OS? Thanks, David On 24/08/2017 10:37 PM, Vemund Ostgaard wrote: Hello, I am struggling with a problem related to unloading (

Re: JDK8: Unloading native JNI library

2017-08-24 Thread David Holmes
Hi Vemund, What OS do you see this on? Are you able to test different OS? Thanks, David On 24/08/2017 10:37 PM, Vemund Ostgaard wrote: 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 referre

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