Servoy PATH

Hi all.

How can I get native libraries loaded when Servoy boots ?
Sure, I can do it by manually editing a startup script - I can add the desired directory directory to the Servoy system PATH variable or I can add a JVM runtime arg:

set PATH=%PATH%;.\plugins\jmf
or
using the runtime arg "-Djava.library.path=.\plugins\jmf " ???

But, maybe Servoy looks somewhere by default for native libraries ?

I want the native libs to be on the path by default so that when a client installation takes place, no executable configuration is required.

Thanks
Julian

Well servoy uses no native code, so we don’t have a default path…in the developer its up to you how to handle native libs, for the client check the jnlp spec. (jnlp can be used/defined as myplugin.jar.jnlp and must also be placed in the plugins dir.)