Skip to content

Commit 4d48003

Browse files
committed
Mention native code loading bypass
1 parent ac6a776 commit 4d48003

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ If maven is not being used to manage dependencies, more installation instruction
2020

2121
## Usage
2222

23+
You will soon need to pass a flag to Java to enable loading native code:
24+
```bash
25+
java --enable-native-access=ALL-UNNAMED
26+
```
27+
28+
Use in Java code:
2329
```java
2430
Getargv.asBytes(some_process_id) #=> "arg0\x00arg1"
2531
Getargv.asArray(some_process_id) #=> ["arg0","arg1"]

0 commit comments

Comments
 (0)