diff --git a/dist/root/bin/xsdchecker.bat b/dist/root/bin/xsdchecker.bat index 20b73e4..a7129e0 100644 --- a/dist/root/bin/xsdchecker.bat +++ b/dist/root/bin/xsdchecker.bat @@ -2,4 +2,4 @@ SET path=%~dp0 -java -classpath ".;%path:~0,-5%\lib\*" Main %* +java %JAVA_OPTS% -classpath ".;%path:~0,-5%\lib\*" Main %*