update at 2022-02-23 09:41:05 by ehlxr
This commit is contained in:
parent
61b8d5338b
commit
ed1ac08fe6
@ -12,12 +12,13 @@ cd java_src
|
|||||||
javac me/ehlxr/HelloWorld.java
|
javac me/ehlxr/HelloWorld.java
|
||||||
```
|
```
|
||||||
|
|
||||||
Run Java
|
Java run
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
cd java_src
|
cd java_src
|
||||||
|
|
||||||
// Linux: export LD_LIBRARY_PATH=../mylib/target/debug/
|
# Linux: export LD_LIBRARY_PATH=../mylib/target/debug/
|
||||||
export JAVA_LIBRARY_PATH=../mylib/target/debug/
|
# export JAVA_LIBRARY_PATH=../mylib/target/debug/
|
||||||
|
|
||||||
java me.ehlxr.HelloWorld
|
java -Djava.library.path=../mylib/target/debug/ me.ehlxr.HelloWorld
|
||||||
```
|
```
|
Loading…
Reference in New Issue
Block a user