[#528] Allow reading resources from jar on Windows
This commit is contained in:
parent
d98316a477
commit
150b35e789
1 changed files with 3 additions and 0 deletions
|
|
@ -35,6 +35,9 @@ call %GRAALVM_HOME%\bin\native-image.cmd ^
|
|||
"--initialize-at-run-time=java.lang.Math$RandomNumberGeneratorHolder" ^
|
||||
"--initialize-at-build-time" ^
|
||||
"--initialize-at-run-time=org.postgresql.sspi.SSPIClient" ^
|
||||
"-H:EnableURLProtocols=http,https,jar" ^
|
||||
"--enable-all-security-services" ^
|
||||
"-H:+JNI" ^
|
||||
"-H:Log=registerResource:" ^
|
||||
"--no-fallback" ^
|
||||
"--verbose" ^
|
||||
|
|
|
|||
Loading…
Reference in a new issue