From owner-freebsd-java Mon Mar 4 4:17: 8 2002 Delivered-To: freebsd-java@freebsd.org Received: from shikima.mine.nu (pc1-card4-0-cust77.cdf.cable.ntl.com [62.252.49.77]) by hub.freebsd.org (Postfix) with ESMTP id 2E1DE37B402 for ; Mon, 4 Mar 2002 04:17:06 -0800 (PST) Received: from rasputin by shikima.mine.nu with local (Exim 3.33 #1) id 16hrOE-000G53-00; Mon, 04 Mar 2002 12:16:26 +0000 Date: Mon, 4 Mar 2002 12:16:26 +0000 From: Rasputin To: Malan Cc: java@freebsd.org Subject: Re: your mail Message-ID: <20020304121626.A61796@shikima.mine.nu> Reply-To: Rasputin References: <200203041418.g24EIih45328@datacore.za.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200203041418.g24EIih45328@datacore.za.net>; from malan@datacore.za.net on Mon, Mar 04, 2002 at 02:18:44PM +0000 Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org * Malan [020304 12:08]: > Hi > I'm running FreeBSD 4.5 release... > I want to run the linux jdk 1.4 however i get the following error: > Exception in thread "main" java.lang.NoClassDefFoundError: malan/class > Where malan is a hello world class... > I get the same error if i specify a file that doesn't exist... any ideas? > Thanx > Malan You're typing java malan.class by the look of it. '.' is used asd a package delimiter, so the above says: 'fire up the class called class from the package malan' try java malan -- One Page Principle: A specification that will not fit on one page of 8.5x11 inch paper cannot be understood. -- Mark Ardis Rasputin :: Jack of All Trades - Master of Nuns :: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message