on ‎2025 Jan 08 9:34 AM
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
Request clarification before answering.
| User | Count |
|---|---|
| 5 | |
| 5 | |
| 5 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.