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
@ -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 New Issue
Block a user