Date: Mon, 8 Oct 2001 17:51:04 -0400 From: Zach Hartley <zhartley@linus.highpoint.edu> To: java@FreeBSD.ORG Subject: Re: Getting gcj to run on FreeBSD Message-ID: <20011008175104.B16655@linus.highpoint.edu> In-Reply-To: <013201c1503c$9b13f200$0a01a8c0@mosm1>; from janm@transactionware.com on Tue, Oct 09, 2001 at 07:02:55AM %2B1000 References: <Pine.LNX.4.33.0110081556090.829-100000@jupiter.linuxengine.net> <013201c1503c$9b13f200$0a01a8c0@mosm1>
next in thread | previous in thread | raw e-mail | index | archive | help
> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011008175104.B16655>