fix the error caused by space in JDK path
This commit is contained in:
parent
86154aa160
commit
427d0951c2
@ -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% %*
|
||||
|
Loading…
x
Reference in New Issue
Block a user