[#528] Allow reading resources from jar on Windows

This commit is contained in:
Michiel Borkent 2020-08-17 10:49:56 +02:00
parent d98316a477
commit 150b35e789

View file

@ -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" ^