From da78e4b4523e2d4b1e2de1346aa182f8cd84e013 Mon Sep 17 00:00:00 2001 From: dmose Date: Wed, 17 Sep 2003 01:19:36 +0000 Subject: [PATCH] Allow processing to find jikes --- build/linux/stub.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/build/linux/stub.sh b/build/linux/stub.sh index c685663e5..9a8acf4e8 100644 --- a/build/linux/stub.sh +++ b/build/linux/stub.sh @@ -3,4 +3,10 @@ CLASSPATH=java/lib/rt.jar:lib:lib/build:lib/pde.jar:lib/kjc.jar:lib/antlr.jar:lib/oro.jar:lib/RXTXcomm.jar 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} +export PATH + exec java/bin/java PdeBase