Date: Wed, 13 Dec 2000 10:14:22 -0600 From: nathan <beemern@telecom.ksu.edu> To: Allan Strand <stranda@cofc.edu> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: trying to get a linux binary to talk to a FBSD java frontend Message-ID: <3A37A05E.E784C0AC@telecom.ksu.edu> References: <86itoocp69.fsf_-_@linum.cofc.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
Allan Strand wrote: > When I tried the above strategy, I received the following error > message: > > -- > Unable to initialize threads: cannot find class java/lang/Thread > Could not create Java VM you need to set your CLASSPATH environment var. do something like this: [nathan@sabre lib]$ CLASSPATH="/usr/local/jdk1.1.8/lib/classes.zip" [nathan@sabre lib]$ export CLASSPATH [nathan@sabre lib]$ echo $CLASSPATH /usr/local/jdk1.1.8/lib/classes.zip your specific jdk location may differ, but i think this is where the ports install sticks it by default hth nathan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3A37A05E.E784C0AC>