From owner-freebsd-questions Tue Nov 5 16:45:17 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA05842 for questions-outgoing; Tue, 5 Nov 1996 16:45:17 -0800 (PST) Received: from swd.928.com.tw ([203.70.37.40]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id QAA05814 for ; Tue, 5 Nov 1996 16:44:19 -0800 (PST) Received: from swd.928.com.tw (swd.928.com.tw [203.70.37.40]) by swd.928.com.tw (8.7.6/8.6.12) with SMTP id IAA10261; Wed, 6 Nov 1996 08:39:05 +0800 (CST) Date: Wed, 6 Nov 1996 08:39:05 +0800 (CST) From: "SWD in NSYSU Multimedia Lab." To: Jay Sachs cc: questions@FreeBSD.org Subject: Re: About Javac ... (fwd) In-Reply-To: <87budcmo37.fsf@luddite.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Content-Transfer-Encoding: 8BIT Sender: owner-questions@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk On 5 Nov 1996, Jay Sachs wrote: > > Where did you install the jdk to? What is the value of CLASSPATH? > > classpath is : setenv CLASSPATH .:/usr/local/share/java/classes.zip > > "SWD in NSYSU Multimedia Lab." writes: > > This is my error message , what is the problem ? > > ================ > > > > No library path set. > > Failed to locate native function: > > > > java/io/FileDescriptor.initSystemFD(Ljava/io/FileDescriptor;I)Ljava/io/F > > ileDescriptor; > > Failed to catch exception ... aborting: > > java/lang/UnsatisfiedLinkError > > >