Re: setting up Java on 8.0

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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 <pboy@barkhof.uni-bremen.de>
Univiversity of Bremen



-- 
Psyche-list mailing list
Psyche-list@redhat.com
https://listman.redhat.com/mailman/listinfo/psyche-list

[Index of Archives]     [Fedora General Discussion]     [Red Hat General Discussion]     [Centos]     [Kernel]     [Red Hat Install]     [Red Hat Watch]     [Red Hat Development]     [Red Hat 9]     [Gimp]     [Yosemite News]

  Powered by Linux