From owner-freebsd-java Wed May 9 23:11:40 2001 Delivered-To: freebsd-java@freebsd.org Received: from priv-edtnes04-hme0.telusplanet.net (fepout2.telus.net [199.185.220.237]) by hub.freebsd.org (Postfix) with ESMTP id 2E67C37B422 for ; Wed, 9 May 2001 23:11:38 -0700 (PDT) (envelope-from npapke@acm.org) Received: from localhost.telus.net ([216.232.236.201]) by priv-edtnes04-hme0.telusplanet.net (InterMail vM.4.01.03.10 201-229-121-110) with ESMTP id <20010510061136.XIRY27239.priv-edtnes04-hme0.telusplanet.net@localhost.telus.net>; Thu, 10 May 2001 00:11:36 -0600 Received: from localhost (localhost [127.0.0.1]) by localhost.telus.net (8.11.3/8.11.1) with ESMTP id f4A6Bai21719; Wed, 9 May 2001 23:11:36 -0700 (PDT) (envelope-from npapke@acm.org) Date: Wed, 9 May 2001 23:11:36 -0700 (PDT) From: Norbert Papke Reply-To: Norbert Papke To: Cedric Berger Cc: Subject: Re: Baffled: Linux JDK 1.3.0 Port In-Reply-To: <3AFA0A63.3D1ED647@wireless-networks.com> Message-ID: <20010509230642.L16623-100000@localhost.telus.net> Organization: Archaeological Filing MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, 9 May 2001, Cedric Berger wrote: > Do your "Hello" class depends on another class? > i.e > "class Hello extends Babula" > with Babula.class only on /tmp No it doesn't. I purposely used a minimal example once I stumbled upon the fact that it worked from /tmp. To wit, class Hello { public static void main(String[] args) { System.out.println("Hello World!"); } } Thanks for taking the time to think about this. Cheers, -- Norbert. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message