How to source sa_config.sh within Eclipse

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 

 

​ 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/shsource /Applications/SQLAnywhere17/System/bin64/sa_config.shopen -a /Applications/Servoy202403.appwhich 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    Read More Technology Blogs by Members articles 

#SAP

#SAPTechnologyblog

You May Also Like

More From Author