fixes for new debugger and tools.jar on linux

This commit is contained in:
benfry
2008-03-12 18:14:23 +00:00
parent 689ef80157
commit 2ed290a1b6
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ APPDIR=$(dirname "$0")
# help, but doesn't work in cases where there are spaces in the name
# of the folder that contains processing itself.
CLASSPATH=java/lib/rt.jar:lib:lib/build:lib/pde.jar:lib/core.jar:lib/antlr.jar:lib/oro.jar:lib/registry.jar:lib/mrj.jar
CLASSPATH=java/lib/rt.jar:lib:lib/build:lib/pde.jar:lib/core.jar:lib/antlr.jar:lib/oro.jar:lib/registry.jar:lib/mrj.jar:lib/tools.jar
export CLASSPATH
# put the directory where this file lives in the front of the path,