From owner-freebsd-questions Wed Dec 13 8:15:45 2000 From owner-freebsd-questions@FreeBSD.ORG Wed Dec 13 08:15:43 2000 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from gateway.telecom.ksu.edu (gateway-1.telecom.ksu.edu [129.130.63.239]) by hub.freebsd.org (Postfix) with ESMTP id 5C9AA37B400 for ; Wed, 13 Dec 2000 08:15:42 -0800 (PST) Received: from sioux.telecom.ksu.edu(129.130.60.32) by pawnee.telecom.ksu.edu via smap (V2.0) id xma024235; Wed, 13 Dec 00 10:15:14 -0600 Sender: nathan@telecom.ksu.edu Message-ID: <3A37A05E.E784C0AC@telecom.ksu.edu> Date: Wed, 13 Dec 2000 10:14:22 -0600 From: nathan X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: Allan Strand Cc: freebsd-questions@FreeBSD.ORG Subject: Re: trying to get a linux binary to talk to a FBSD java frontend References: <86itoocp69.fsf_-_@linum.cofc.edu> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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