Closed ChongChengAC closed 1 year ago
Add line VMARGS=--add-opens java.base/java.util=ALL-UNNAMED
in file ghidra/support/launch.properties
Add line
VMARGS=--add-opens java.base/java.util=ALL-UNNAMED
in fileghidra/support/launch.properties
Thanks! It works.
I met this error while running
JNIAnalyzer.java
. Google said I need to run java with--add-opens java.base/java.util=ALL-UNNAMED
like this:Is there a way to run with given arguments in ghidra's Script Manager? Or could you please update source codes and fix the error?
detail:
java-17-openjdk also has this error. It is said that it will report an error in versions above java8.