From owner-freebsd-java Fri Sep 7 0:40:26 2001 Delivered-To: freebsd-java@freebsd.org Received: from gnuppy.monkey.org (cx739861-a.dt1.sdca.home.com [24.5.164.61]) by hub.freebsd.org (Postfix) with ESMTP id D41F937B403; Fri, 7 Sep 2001 00:40:22 -0700 (PDT) Received: from billh by gnuppy.monkey.org with local (Exim 3.32 #1 (Debian)) id 15fGFS-0000mL-00; Fri, 07 Sep 2001 00:40:22 -0700 Date: Fri, 7 Sep 2001 00:40:21 -0700 To: Maxim Sobolev Cc: Greg Lewis , java@FreeBSD.org, ports@FreeBSD.org Subject: Re: cvs commit: ports/java Makefile ports/java/forte Makefile distinfo (fwd) Message-ID: <20010907004021.A2985@gnuppy> References: <20010907084911.A65793@misty.eyesbeyond.com> <200109070721.f877LqZ19014@vega.vega.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200109070721.f877LqZ19014@vega.vega.com> User-Agent: Mutt/1.3.20i From: Bill Huey 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 On Fri, Sep 07, 2001 at 10:21:12AM +0300, Maxim Sobolev wrote: > I donno where that `fork1' came from - the system in question is fairly > recent 5-CURRENT box, last updated on 17 August. Nuke that out of the source tree. Replace that with a normal fork(), vfork() should work out just as well since Solaris's fork1() only copies the current executing thread and expect you to do a execv() of some sort. Let me do more investigation, this bring back some memories.. > There are also another serious problem with it - it doesn't accept uppercase > letters, i.e. when I'm trying to type uppercase letter it gets lowercase > instead, which makes it pretty useless, as Java is case-sensitive. At the > same time Linux JDK doesn't have such problem, so it is unlikely that this > is a local misconfiguration. Don't know about that. bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message