feat: robusta_jni
This commit is contained in:
8
__ffi/robusta_jni/justfile
Normal file
8
__ffi/robusta_jni/justfile
Normal file
@@ -0,0 +1,8 @@
|
||||
_:
|
||||
@just --list
|
||||
|
||||
build:
|
||||
cargo build
|
||||
|
||||
java_run: build
|
||||
javac com/example/robusta/HelloWorld.java && RUST_BACKTRACE=full java -Djava.library.path=../target/debug com.example.robusta.HelloWorld
|
||||
Reference in New Issue
Block a user