mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
fixes for new debugger and tools.jar on linux
This commit is contained in:
Vendored
+1
-1
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user