diff --git a/script/compile.bat b/script/compile.bat index 31beab41..61117291 100644 --- a/script/compile.bat +++ b/script/compile.bat @@ -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" ^