- You'll need platform-dependent binaries for SQLite4Java (that's what local dynamo is using under the hood): https://bitbucket.org/almworks/sqlite4java/src/master/
- put them in
native-libs
folder at the root of your project - In your script you'll need to set
System.setProperty("sqlite4java.library.path", "native-libs")
-
When you run it first, it won't work. You need to skip Catalina's notarization:
xattr -d com.apple.quarantine native-libs/libsqlite4java-osx.dylib