From 02c5a3b5963d02ac82eff856b6769305e52c5d73 Mon Sep 17 00:00:00 2001 From: benfry Date: Sun, 26 Oct 2003 03:10:39 +0000 Subject: [PATCH] adding java to the path on linux --- build/linux/stub.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/build/linux/stub.sh b/build/linux/stub.sh index 33432f842..f70d8bacf 100644 --- a/build/linux/stub.sh +++ b/build/linux/stub.sh @@ -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