cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to source sa_config.sh within Eclipse

huber1
Participant
0 Likes
677

Using SQL Anywhere 17 on macOS 14 (Sonoma) with Servoy IDE (Eclipse plugin), I would like to source sa_config.sh when starting up Servoy, i. e. Eclipse IDE.
In the past, I did not find a way to do that, so I used a shell script having only following content:
#!/bin/sh
source /Applications/SQLAnywhere17/System/bin64/sa_config.sh
open -a /Applications/Servoy202403.app

which used to work. But having changed to a new MacBook (arm based), I get following error:

An error has occurred. See error log for more details.

no dbjdbc17 in java.library.path: /Users/robert/Library/Java/Extensions:/Library/Java/Extensions:/Network/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java:.

I am thankful for any idea how to resolve that.
Regards, Robert 

Accepted Solutions (0)

Answers (0)