From e7a7969e9dc221d87c66e77317f381771fba073c Mon Sep 17 00:00:00 2001 From: hns Date: Thu, 25 May 2006 19:46:34 +0000 Subject: [PATCH] * Bring default path names a bit up to date. --- scripts/helma.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/helma.conf b/scripts/helma.conf index d28b266a..3df6917a 100644 --- a/scripts/helma.conf +++ b/scripts/helma.conf @@ -21,7 +21,7 @@ HELMA_PID=/var/run/helma.pid ############################################################## ### Full path to Java executable ############################################################## -JAVA_HOME=/usr/local/java/sun-j2sdk1.4.2_02 +JAVA_HOME=/usr/lib/j2sdk1.5-sun JAVA_BIN=$JAVA_HOME/bin/java @@ -35,7 +35,7 @@ JAVA_OPTS="-Djava.awt.headless=true" ### Helma install directory. This is where we look for ### the Helma jar files (launcher.jar, lib/* and lib/ext/*) ############################################################## -HELMA_INSTALL=/usr/local/helma/helma-1.3.1 +HELMA_INSTALL=/usr/local/helma/helma-1.5.0 ##############################################################