Re: java runtime


Subject: Re: java runtime
From: David P. Riedel (driedel@home.com)
Date: Sun Sep 12 1999 - 07:31:57 MDT


Kevin,

thanks. this works for me too.

dave

Kevin Hendricks wrote:

> Hi,
>
> Try the following:
>
> # first unpack the jre into /usr/local
> cd /usr/local
> tar -zxvf jre118_green.tar.gz
>
> # tell your path to look in /usr/local/jre/bin for the jre executables
> export PATH=$PATH:/usr/local/jre/bin
>
> # tell the jre where to find its own runtime class
> # and to also look for classes in the current directory
> export CLASSPATH=/usr/local/jre/lib/rt.jar:.
>
> change directory to wherever Blink.class is and then
>
> jre Blink
>
> This works for me.
>
> Kevin



This archive was generated by hypermail 2a24 : Fri Oct 01 1999 - 16:13:43 MDT