Go to file
ehlxr 61b8d5338b update at 2022-02-23 09:39:30 by ehlxr 2022-02-23 09:39:30 +08:00
java_src/me/ehlxr update at 2022-02-23 09:39:30 by ehlxr 2022-02-23 09:39:30 +08:00
mylib update at 2022-02-23 09:39:30 by ehlxr 2022-02-23 09:39:30 +08:00
.gitignore update at 2022-02-23 09:39:30 by ehlxr 2022-02-23 09:39:30 +08:00
Makefile update at 2022-02-23 09:39:30 by ehlxr 2022-02-23 09:39:30 +08:00
README.md update at 2022-02-22 20:29:33 by ehlxr 2022-02-22 20:29:33 +08:00

README.md

Rust build

cd mylib
cargo build

Java build

cd java_src
javac me/ehlxr/HelloWorld.java

Run Java

cd java_src

// Linux: export LD_LIBRARY_PATH=../mylib/target/debug/
export JAVA_LIBRARY_PATH=../mylib/target/debug/

java me.ehlxr.HelloWorld