I have a plugin that uses a jni library packed in a jar file, I created a JNLP file and it works if used from client machines, but it doesn’t work if invoked from within Servoy Developer.
I know I can put the jni library in /Library/Java/Extensions/ (I’m on Mac OS X), but I’d like to have only a copy of the library on the machine (the one inside the plugin directory of Servoy).
Is there a way to set the java.library.path for Servoy Developer?
As a workaround, I found that it works in Servoy Developer if I place my unpacked jni lib directly in the Servoy directory.