Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Mar 2002 12:16:26 +0000
From:      Rasputin <rasputin@shikima.mine.nu>
To:        Malan <malan@datacore.za.net>
Cc:        java@freebsd.org
Subject:   Re: your mail
Message-ID:  <20020304121626.A61796@shikima.mine.nu>
In-Reply-To: <200203041418.g24EIih45328@datacore.za.net>; from malan@datacore.za.net on Mon, Mar 04, 2002 at 02:18:44PM %2B0000
References:  <200203041418.g24EIih45328@datacore.za.net>

next in thread | previous in thread | raw e-mail | index | archive | help
* Malan <malan@datacore.za.net> [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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020304121626.A61796>