> From: C. Brian Jones [mailto:[EMAIL PROTECTED]]On Behalf Of Brian Jones
>
> "John Keiser" <[EMAIL PROTECTED]> writes:
>
> > "Hello World" is back up and running again :) With the
> attached patch for
> > Japhar, that is.
>
> Couldn't get this to work yet. Anything special you do for your
> classpath or library path when using japhar + classpath? Are you
> using a recent nspr?
>
Oh yeah, you asked about library paths too. Here is what I have in my bash
profile:
export PATH=$PATH:/usr/local/japhar/bin
export
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/nspr/lib:/usr/local/japhar/lib:/
usr/local/japhar/lib/classpath
export CLASSPATH=/usr/local/japhar/share/classpath:.
--John