chore: reorg
This commit is contained in:
13
__ffi/jni/README.md
Normal file
13
__ffi/jni/README.md
Normal file
@@ -0,0 +1,13 @@
|
||||
|
||||
> https://docs.rs/jni/0.13.0/jni/
|
||||
>
|
||||
> https://crates.io/crates/jni
|
||||
|
||||
Run:
|
||||
```bash
|
||||
cd samplejni; cargo build
|
||||
cd -; javac HelloWorld.java
|
||||
LD_LIBRARY_PATH=samplejni/target/debug/ java HelloWorld
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user