Adding a path to variable DYLD_LIBRARY_PATH

To use the SQL Anywhere native database driver, I would like to add a library path to the variable DYLD_LIBRARY_PATH, like export DYLD_LIBRARY_PATH=/Applications/SQLAnywhere17/System/lib64/libdbjdbc17.dylib:$DYLD_LIBRARY_PATH

Till now, I could not find a way to add a path which is recognised by Servoy Developer (Eclipse). To check if the variable ist set in Servoy Developer, I use java.lang.System.getProperty(‘java.library.path’) in the debugger.

Where can I set such a variable to be recognised by Servoy Developer?

Thanks in advance.

Robert

PS: Even better, I would like to add a shell script containing path settings which is recognised by Servoy Developer (Eclipse).

Any hint or experience is appreciated.

Regards,