Subject: Re: VisualXML pkg -- Error on launch
To: Gan Uesli Starling <oinkfreebiker@att.net>
From: Tracy Nelson <tnelson158@attbi.com>
List: netbsd-help
Date: 02/17/2002 18:15:04
Hmmm, are you sure your package doesn't need Java 2? 1.1.8 is a pretty old
release (1.4 was just released last week).
Maybe try something like:
for file in `find $JAVA_HOME -name \*.jar -print`; do
echo $file
unzip -l $file | grep Thread.class
done
That should show you which file the thread class is in. If there isn't one,
then my guess is you've got a corrupt or misconfigured Java installation.
----- Original Message -----
From: "Gan Uesli Starling" <oinkfreebiker@att.net>
To: "Tracy Nelson" <tnelson158@attbi.com>
Cc: <netbsd-help@netbsd.org>
Sent: Sunday, February 17, 2002 16:25
Subject: Re: VisualXML pkg -- Error on launch
> I don't seem to hava what you told me to hardwire into my path. I look for
it
> thus...
>
> gus# find / -name rt.jar
> gus#
>
> ...and come up nada. So I decided to check up again, on Java and Swing,
> thus...
>
> gus# pkg_info jdk
> Information for jdk-1.1.8: