Guys, I have a huge problem. I need to start the JVM from the Invocation API (JNI) but I need to use a library that is loaded on the native side (not from JNI neither from Java(. Imagine the following scenario I load a bunch of libraries that support some JVM functions before starting JVM itself, and after that I start the JVM. So how can I use those libraries already loaded?