From owner-freebsd-questions Mon Apr 1 22:19:08 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA11268 for questions-outgoing; Mon, 1 Apr 1996 22:19:08 -0800 (PST) Received: from who.cdrom.com (who.cdrom.com [204.216.27.3]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id WAA11246 Mon, 1 Apr 1996 22:19:04 -0800 (PST) Received: from tippy.vnet.net (tippy.vnet.net [166.82.197.240]) by who.cdrom.com (8.6.12/8.6.11) with ESMTP id WAA28487 ; Mon, 1 Apr 1996 22:19:02 -0800 Received: (from root@localhost) by tippy.vnet.net (8.7.5/8.6.9) id BAA00951; Tue, 2 Apr 1996 01:16:16 -0500 (EST) Date: Tue, 2 Apr 1996 01:16:15 -0500 (EST) From: Chris Madison To: Charles Owens cc: questions list FreeBSD , freebsd-hackers@freebsd.org Subject: Re: FYI: javac (Java compiler) seems to work under -stable In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > > I was able to compile and run the following: > > > mport java.awt.Graphics; ^ Ohoh, this had me wondering if I had a bad javac for a second:-) But I can compile it also! Weird thing is that I can see the "spinning java cup" on the java.sun.com and many other applets, but I can't see this one .... Does make space for the "hello world" just no letters. The same thing compiled using the Solaris JDK yeilds the same results:-( cmadison@vnet.net