Date: Tue, 17 Nov 1998 09:27:22 -0700 From: Nate Williams <nate@mt.sri.com> To: gcross@netspace.net.au Cc: freebsd-java@FreeBSD.ORG Subject: Re: Can't find java/lang/Thread? Message-ID: <199811171627.JAA23961@mt.sri.com> In-Reply-To: <199811171142.WAA14938@whirlwind.netspace.net.au> References: <199811171142.WAA14938@whirlwind.netspace.net.au>
next in thread | previous in thread | raw e-mail | index | archive | help
> I have installed jdk1.1.7.V98-11-5.tar.gz in /usr/local/ on a FreeBSD > 2.2.7 system and followed the installation instructions as per the > README file. > > But when I run javac or appletviewer, I get: > > [~/source/java]$ /usr/local/jdk1.1.7/bin/javac > Unable to initialize threads: cannot find class java/lang/Thread I'll bet you have another java compiler installed on your system that has the environment screwed up. Check for LD_LIBRARY_PATH being set wrong, or the CLASSPATH being set wrong. Make sure to unset both of them. Nate 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?199811171627.JAA23961>