From owner-freebsd-java Mon Oct 8 14:52: 8 2001 Delivered-To: freebsd-java@freebsd.org Received: from linus.highpoint.edu (linus.highpoint.edu [192.154.46.106]) by hub.freebsd.org (Postfix) with ESMTP id B44A137B401 for ; Mon, 8 Oct 2001 14:52:02 -0700 (PDT) Received: (from zhartley@localhost) by linus.highpoint.edu (8.11.2/8.11.2) id f98Lp4j16852 for java@FreeBSD.ORG; Mon, 8 Oct 2001 17:51:04 -0400 Date: Mon, 8 Oct 2001 17:51:04 -0400 From: Zach Hartley To: java@FreeBSD.ORG Subject: Re: Getting gcj to run on FreeBSD Message-ID: <20011008175104.B16655@linus.highpoint.edu> Mail-Followup-To: java@FreeBSD.ORG References: <013201c1503c$9b13f200$0a01a8c0@mosm1> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <013201c1503c$9b13f200$0a01a8c0@mosm1>; from janm@transactionware.com on Tue, Oct 09, 2001 at 07:02:55AM +1000 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 > hello.java contains: > > class hello { > static void main(String[] args) { ^^^ Would the lack of the term 'public' cause any problems? i.e. public static void main(String[] args) { be more correct? Zach > System.out.println("hello, world"); > } > } -- Zachary Todd Hartley "Attempted murder. Now honestly, what is that? Do they give a Nobel Prize for attempted chemistry?" --Sideshow Bob To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message