Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 59017 invoked from network); 29 Jun 2009 13:52:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 29 Jun 2009 13:52:22 -0000 Received: (qmail 54353 invoked by uid 500); 29 Jun 2009 13:52:32 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 54275 invoked by uid 500); 29 Jun 2009 13:52:31 -0000 Mailing-List: contact dev-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list dev@harmony.apache.org Received: (qmail 54264 invoked by uid 99); 29 Jun 2009 13:52:31 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Jun 2009 13:52:31 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of t.p.ellison@gmail.com designates 74.125.78.27 as permitted sender) Received: from [74.125.78.27] (HELO ey-out-2122.google.com) (74.125.78.27) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Jun 2009 13:52:20 +0000 Received: by ey-out-2122.google.com with SMTP id 9so270355eyd.5 for ; Mon, 29 Jun 2009 06:52:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :x-enigmail-version:content-type:content-transfer-encoding; bh=f2f2i1hlFmdnrys1ENFtk3zA+CRgN3wYwfsUhiWFI8s=; b=QjCtiHgJcGept2M5YJDjHKT/fTJlRNz/fUkrlKiXT+6PWIJfkRr2OQFDcTVnJRYGQ3 ek05BhhUeqmg+3epzHLI10pePg4DBvxrIARmufkLE/mBPVE/uYXgGwmtJvf8WAE0KmpO CdGKfXU+zCf+WHY/B1VpA5hI6Ycwo7wczapcI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; b=umn+CLTcP0BaHfCl8axnszXafcXGlXPKGv0B53OC9FU5SiKrz/lceT3lgC9/gE/Eo0 bvUL5UhEupYrJ5SsKwBgIJypaGuDVURs842bgIZdTN24EHXJn+KvXNpRAyUDQkBK45nb vjcZL/It8mDWOnAfpuHRaQ5vJj7rP/5InoegM= Received: by 10.210.120.7 with SMTP id s7mr2071952ebc.95.1246283520393; Mon, 29 Jun 2009 06:52:00 -0700 (PDT) Received: from ?192.168.0.2? ([92.29.57.103]) by mx.google.com with ESMTPS id 7sm305400eyb.5.2009.06.29.06.51.58 (version=SSLv3 cipher=RC4-MD5); Mon, 29 Jun 2009 06:51:59 -0700 (PDT) Message-ID: <4A48C6F5.8070202@gmail.com> Date: Mon, 29 Jun 2009 14:51:49 +0100 From: Tim Ellison User-Agent: Thunderbird 2.0.0.22 (Windows/20090605) MIME-Version: 1.0 To: dev@harmony.apache.org Subject: Re: [argument]where do we handle the -jar argument ? References: In-Reply-To: X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org galaxy wrote: > I found we handle most of the argument in the parse_vm_arguments2 > and parse_vm_arguments1 ,but not including -jar . > Could anyone point it for me ? It is handled in the launcher. See around line 225 in main.c [1] [1] http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/launcher/shared/main.c?revision=784811 Tegards, Tim