From owner-freebsd-java Fri Mar 14 8:30:49 2003 Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2518E37B401 for ; Fri, 14 Mar 2003 08:30:48 -0800 (PST) Received: from mgr3.xmission.com (mgr3.xmission.com [198.60.22.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6DBC443F75 for ; Fri, 14 Mar 2003 08:30:47 -0800 (PST) (envelope-from glewis@eyesbeyond.com) Received: from mail by mgr3.xmission.com with spam-scanned (Exim 3.35 #1) id 18ts50-0000eT-03; Fri, 14 Mar 2003 09:30:47 -0700 Received: from [207.135.128.145] (helo=misty.eyesbeyond.com) by mgr3.xmission.com with esmtp (Exim 3.35 #1) id 18ts4z-0000dB-03; Fri, 14 Mar 2003 09:30:46 -0700 Received: (from glewis@localhost) by misty.eyesbeyond.com (8.11.6/8.11.6) id h2EGUfP88095; Sat, 15 Mar 2003 03:00:41 +1030 (CST) (envelope-from glewis@eyesbeyond.com) X-Authentication-Warning: misty.eyesbeyond.com: glewis set sender to glewis@eyesbeyond.com using -f Date: Sat, 15 Mar 2003 03:00:40 +1030 From: Greg Lewis To: Munehiro Matsuda Cc: freebsd-java@FreeBSD.ORG Subject: Re: [CFR] jdk1.3.1 java_wrapper script update patch Message-ID: <20030315030040.A88073@misty.eyesbeyond.com> References: <20030315.003054.74755042.haro@h4.dion.ne.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20030315.003054.74755042.haro@h4.dion.ne.jp>; from haro@h4.dion.ne.jp on Sat, Mar 15, 2003 at 12:30:54AM +0900 X-Spam-Status: No, hits=-3.8 required=8.0 tests=IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES, SIGNATURE_SHORT_DENSE,SPAM_PHRASE_01_02,USER_AGENT, USER_AGENT_MUTT,X_AUTH_WARNING version=2.43 X-Spam-Level: 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 Sat, Mar 15, 2003 at 12:30:54AM +0900, Munehiro Matsuda wrote: > I've created a patch which updates java_wrapper shell-script for jdk-1.3.1, > that addresses the issues with classic/hotspot VM mixed environment. > > Main changes are: > 1. Properly handle -client/-server options. > 2. Recognise -classic/-green/-native/-client/-server/-hotspot arguments, > and pass appropriate argument to the executing command. > 3. Honer THREADS_FLAG environment variable more. > > With these changes, following suceeds, even with hotspot installed: > java -version > java -classic -version > java -green -version > java -native -version > java -client -version > java -server -version > java -hotspot -version > > I'd appriciate any feed back with it. You know, I'm going to have to punish you with a BSD Java commit bit if you keep this up ;). Arigato, again! Looks good from an initial glance, I'll test it out a little later. -- Greg Lewis Email : glewis@eyesbeyond.com Eyes Beyond Web : http://www.eyesbeyond.com Information Technology FreeBSD : glewis@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message