adding java to the path on linux

This commit is contained in:
benfry
2003-10-26 03:10:39 +00:00
parent 09ac23abe7
commit 02c5a3b596
+4 -3
View File
@@ -6,7 +6,8 @@ export CLASSPATH
# put the directory where this file lives in the front of the path, because
# that directory also contains jikes, which we will need at runtime.
#
PATH=`pwd`/`dirname $0`:${PATH}
PATH=`pwd`/`dirname $0`:`pwd`/java/bin:${PATH}
export PATH
exec java/bin/java PdeBase
#exec java/bin/java PdeBase
java PdeBase