From owner-freebsd-hackers Wed Mar 5 21:11:35 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id VAA12105 for hackers-outgoing; Wed, 5 Mar 1997 21:11:35 -0800 (PST) Received: from fallout.campusview.indiana.edu (fallout.campusview.indiana.edu [149.159.1.1]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id VAA12088 for ; Wed, 5 Mar 1997 21:11:24 -0800 (PST) Received: from localhost (jfieber@localhost) by fallout.campusview.indiana.edu (8.8.5/8.8.5) with SMTP id AAA04844; Thu, 6 Mar 1997 00:11:17 -0500 (EST) Date: Thu, 6 Mar 1997 00:11:16 -0500 (EST) From: John Fieber To: Nate Williams cc: freebsd-hackers@freebsd.org Subject: Re: Java awt support? In-Reply-To: <199703060154.SAA10410@rocky.mt.sri.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Wed, 5 Mar 1997, Nate Williams wrote: > I know of at least 2 bugs in it. > > - You can't use call system executables from it (it blows chunks and > leaves the process you called running in the netherlands). Really? Could you send a snippet of code that exercises this? -john