From: Paul V. <pa...@vi...> - 2004-01-20 23:15:02
|
Hi all, >> (...) i try to execute the build.sh script. It returned an error >> that the java command cannot be found. The JAVA_HOME was correct >> so i edit the script and added $JAVA_HOME/bin/java blah blah ..... >> >> The jre is installed in /usr/java/j2re1.4.2_03 dir. Is it my >> distro (RH8.0 Full Update) or is it a bug ? > A combination of the two. In some distros, ordinary users (as > opposed to root) don't have the java bindir in their path by > default. I've noticed this before; will fix the script soon. OK, fixed: build.sh now calls java via $JAVA_HOME, just like build.bat does under Windows. Greetings, Paul Vinkenoog |