Am Don, 2003-01-09 um 20.53 schrieb Robert Fausey:
> I have two systems with jdk1.3.1 installed. One system will run
> class files the other will not. All file in the jdk1.3.1 tree are
> the same. Other then setting the path is there anything else that
> needs to be configured for Java.
You have to ensure that the environement variables are set. Usually
there is a file java.sh in /etc/profile.d with lines like:
#java.sh
# Set java path and home
JAVA_HOME=/opt/java
JDK_HOME=/opt/java
if ! echo $PATH | /bin/grep -q "$JAVA_HOME" ; then
# PATH="$PATH:/usr/local/java/bin"
PATH="$PATH:/opt/java/bin"
fi
export JAVA_HOME JDK_HOME PATH
#end java.sh
And you should check von Classpath variable.
Peter
--
Peter Boy <[EMAIL PROTECTED]>
Univiversity of Bremen
--
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list