From owner-freebsd-java Wed Sep 9 09:56:06 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA11242 for freebsd-java-outgoing; Wed, 9 Sep 1998 09:56:06 -0700 (PDT) (envelope-from owner-freebsd-java@FreeBSD.ORG) Received: from ns.mt.sri.com (sri-gw.MT.net [206.127.105.141]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA11164 for ; Wed, 9 Sep 1998 09:56:00 -0700 (PDT) (envelope-from nate@mt.sri.com) Received: from mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by ns.mt.sri.com (8.8.8/8.8.8) with SMTP id KAA24131; Wed, 9 Sep 1998 10:55:52 -0600 (MDT) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id KAA14592; Wed, 9 Sep 1998 10:55:38 -0600 Date: Wed, 9 Sep 1998 10:55:38 -0600 Message-Id: <199809091655.KAA14592@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: anthony.kimball@east.sun.com Cc: nate@mt.sri.com, freebsd-java@FreeBSD.ORG Subject: Re: Daemonising a Java Process: Possible? In-Reply-To: <13814.45333.5280.235552@compound.east> References: <13813.27934.606377.693358@compound.east> <199809082154.WAA00626@fdy2.demon.co.uk> <199809091441.IAA13097@mt.sri.com> <13814.41946.450831.565822@compound.east> <199809091609.KAA14035@mt.sri.com> <13814.45333.5280.235552@compound.east> X-Mailer: VM 6.34 under 19.16 "Lille" XEmacs Lucid Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > : > I ended up relying upon the towerized native version of > : > the pizza compiler, since javac was so buggy (both on solaris and > : > fbsd) and interpreted was so slow (on bsd). > : > : Can you qualify that statement? In my experience, we've had more > : problems with the pizza compiler than the Solaris compiler. > > Specifically, I have a large code on which javac will loop in the > presence of most kinds of syntax errors. Loop? I still don't follow? Are you compiling all of your sources with one invocation of javac? > Pizza does not deal well with circular interface dependencies, so that > I have typically needed to bootstrap with javac, but thereafter pizza > has been the more direct route to solution. Ahh, none of our sources have any circular dependencies for obvious reasons. :) Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message