The scripts\test.bat did not work in windows because src was not on the classpath, made change to add src to the classpath
This commit is contained in:
parent
0c0ab4e457
commit
08415ecb94
1 changed files with 1 additions and 1 deletions
|
|
@ -5,5 +5,5 @@ for /R ./lib %%a in (*.jar) do (
|
|||
set CLASSPATH=!CLASSPATH!;%%a
|
||||
)
|
||||
set CLASSPATH=!CLASSPATH!"
|
||||
|
||||
set CLASSPATH=%CLASSPATH%;src
|
||||
java -Xmx1G -cp "%CLASSPATH%" clojure.main -i script\test.clj
|
||||
|
|
|
|||
Loading…
Reference in a new issue