Skip to content

Commit

Permalink
vecmath.jar also added for run.bat launcher !
Browse files Browse the repository at this point in the history
git-svn-id: http://codeswarm.googlecode.com/svn/trunk@210 eda9c206-d64f-0410-a2f2-67f3fa0499ed
  • Loading branch information
sebastien.rombauts committed Jul 23, 2008
1 parent c62c20d commit f3e28af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.bat
Expand Up @@ -40,6 +40,6 @@ IF NOT EXIST dist\code_swarm.jar (
REM running
REM echo %params%
echo code_swarm project !
java -Xmx1000m -classpath dist/code_swarm.jar;lib/core.jar;lib/xml.jar;. code_swarm %params%
java -Xmx1000m -classpath dist/code_swarm.jar;lib/core.jar;lib/xml.jar;lib/vecmath.jar;. code_swarm %params%


0 comments on commit f3e28af

Please sign in to comment.