Page 1 of 1

Adding a path to variable DYLD_LIBRARY_PATH

PostPosted: Mon Jan 13, 2020 11:57 am
by huber
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).

Re: Adding a path to variable DYLD_LIBRARY_PATH

PostPosted: Tue Feb 04, 2020 6:36 pm
by huber
Any hint or experience is appreciated.

Regards,