X-Git-Url: http://gitweb.fperrin.net/?p=DictionaryPC.git;a=blobdiff_plain;f=native-image.cmd;fp=native-image.cmd;h=d0e0c6db89daf81aeba65db2c11a4a1529a26dbe;hp=0000000000000000000000000000000000000000;hb=6f0d99824b2928cce0744440d491115fbc2f9c0e;hpb=1c8684cf1226208e481ec2bda1916a37eaf8132a diff --git a/native-image.cmd b/native-image.cmd new file mode 100755 index 0000000..d0e0c6d --- /dev/null +++ b/native-image.cmd @@ -0,0 +1,2 @@ +REM --allow-incomplete-classpath due to missing XZ implementation +%GRAALVM_HOME%/bin/native-image --allow-incomplete-classpath --no-server -H:Name="DictionaryPC" com.hughes.android.dictionary.engine.Runner --no-fallback -cp bin/;commons-compress.jar;commons-text.jar;commons-lang3.jar;icu4j-49.1.jar -H:IncludeResources="com/ibm/icu/.*" -H:ReflectionConfigurationFiles=native-image-reflection.json