Hi All. I am trying to mix jmh and calling jni from a .so file in linux. When i run this outside of jmh i am able to make the calls from my simplified app. I understand that jmh forks a new jvm but how do i debug the forked jvm so that i can see why this .so library is not getting loaded ? Regards