Skip to content
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.

Latest commit

 

History

History
27 lines (18 loc) · 269 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 269 Bytes

build

build the native library

cd dylib
make

build java application

cd java-src
./mvnw clean package

run

cd java-src
# the native library path, see java-src/run.sh
export LIB_PATH=path-to-project-root/dylib
./run.sh