Date: Sun, 30 May 1999 10:42:43 +0200 (MET DST) From: Roland Jesse <jesse@mail.CS.Uni-Magdeburg.De> To: Jason Scott <freepix@sirius.com> Cc: freebsd-java@FreeBSD.ORG Subject: Re: JDK 1.1.7 Message-ID: <14160.64003.303087.430608@cs.uni-magdeburg.de> In-Reply-To: <4.1.19990529202924.00c2cad0@mail.sirius.com> References: <4.1.19990529202924.00c2cad0@mail.sirius.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Jason Scott writes:
 > 	I'm attempting to add JDK 1.1.7 to run a chat client...  The docs say that
 > I need to add PATH to the /bin directory of jdk.
Ok, so what does your PATH environment variable say?
 > when I try to run ./java in the bin directory I get "Segmentation fault".
Hhm, that doesn't tell much. Just in case it might be helpful, here is
my whole Java setup:
    # JDK
    export JDK=/usr/local/jdk
    export JAVA_HOME=$JDK
    path=( $path /usr/local/jdk/bin )
    export LD_LIBRARY_PATH=$JDK/lib/i386/green_threads:$LD_LIBRARY_PATH
    # jikes
    export CLASSPATH=/usr/local/jdk/lib/classes.zip:/usr/local/swing/swing.jar:.
    # JIT
    export JAVA_COMPILER=shujit
    # Jun4Java
    export CLASSPATH=$CLASSPATH:$HOME/java/jun4java/lib/jun187a.jar:$HOME/java/jun4java/StPL/StPL.jar
Hth,
	Roland
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-java" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?14160.64003.303087.430608>
