fix the error caused by space in JDK path

This commit is contained in:
han.li 2024-03-27 17:48:43 +08:00
parent 86154aa160
commit 427d0951c2

View File

@ -76,4 +76,4 @@ if defined CLASSPATH (
set pmd_classpath=%CLASSPATH%;%pmd_classpath%
)
java %PMD_JAVA_OPTS% %jreopts% -classpath %pmd_classpath% %OPTS% %MAIN_CLASS% %*
java %PMD_JAVA_OPTS% %jreopts% -classpath "%pmd_classpath%" %OPTS% %MAIN_CLASS% %*