Hello,
I have two versions of the same native library like "abc_v1.sl" and "abc_v2.sl" .
They have the same functions but they act differently.
I want to use both of them in parallel (each in its own thread) but only the functions of the first loaded library are being called.
Isn't there any possibility to load each native library in a different name space... maybe a different JVM?
Any help will be appriciated.
Thank you!
I have two versions of the same native library like "abc_v1.sl" and "abc_v2.sl" .
They have the same functions but they act differently.
I want to use both of them in parallel (each in its own thread) but only the functions of the first loaded library are being called.
Isn't there any possibility to load each native library in a different name space... maybe a different JVM?
Any help will be appriciated.
Thank you!
Comment