* Bring default path names a bit up to date.
This commit is contained in:
parent
63fc1fda7e
commit
e7a7969e9d
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
||||
##############################################################
|
||||
|
|
Loading…
Add table
Reference in a new issue