From owner-freebsd-java@FreeBSD.ORG Tue Aug 3 16:28:45 2004 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 637A416A4CE for ; Tue, 3 Aug 2004 16:28:45 +0000 (GMT) Received: from mail.kanetix.com (kanprd1.kanetix.com [216.220.59.170]) by mx1.FreeBSD.org (Postfix) with ESMTP id 44F9743D5C for ; Tue, 3 Aug 2004 16:28:45 +0000 (GMT) (envelope-from ean@hedron.org) Received: from [192.168.100.215] (unknown [192.168.100.215]) by mail.kanetix.com (Postfix) with ESMTP id BA4941D181; Tue, 3 Aug 2004 12:28:44 -0400 (EDT) Message-ID: <410FBD3C.3030500@hedron.org> Date: Tue, 03 Aug 2004 12:28:44 -0400 From: Ean Kingston User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7) Gecko/20040616 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "SUGIMURA Takashi $B?yB"@kanetix.com References: <410FBAA9.7000600@hedron.org> <20040804.012523.74712152.sugitk@rio.odn.ne.jp> In-Reply-To: <20040804.012523.74712152.sugitk@rio.odn.ne.jp> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit cc: ean@hedron.org cc: freebsd-java@freebsd.org Subject: Re: problems running 'Hello World' program. X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Aug 2004 16:28:45 -0000 SUGIMURA Takashi 杉村 貴士 wrote: >>I can get the program to compile but can't get it to run. The error >>messages "Exception in thread "main" java.lang.NoClassDefFoundError: >>HelloWorld/class". >> > > > Please don't add suffix, for example, > > % java HelloWorld > Thanks. Do I ever feel stupid right now.