Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 37359 invoked from network); 5 Jun 2007 06:07:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Jun 2007 06:07:26 -0000 Received: (qmail 56259 invoked by uid 500); 5 Jun 2007 06:07:29 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 56235 invoked by uid 500); 5 Jun 2007 06:07:29 -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 56225 invoked by uid 99); 5 Jun 2007 06:07:29 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Jun 2007 23:07:29 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of ivavladimir@gmail.com designates 66.249.82.225 as permitted sender) Received: from [66.249.82.225] (HELO wx-out-0506.google.com) (66.249.82.225) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Jun 2007 23:07:24 -0700 Received: by wx-out-0506.google.com with SMTP id h26so1386070wxd for ; Mon, 04 Jun 2007 23:07:03 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=t9d3jgqWGz3qVRV0zepBT7CwUCiKDLFrbBwcuOItxFz4hz4vF4YSd4fjmZRLYVJ2GL3ceyoLGKumm9NvzG+3j5ju65E85qAUi+rE4O29kcUXfGV8LHKeK9gfcwII9JkAAD85uPX9dZ8MtRr+ueJ9cBXNp8t7/CgaEnn2AcOfcRs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=VMGPo1P0b2smqhWe5sw4yGXwIXLWitlj/kPYz9NB2OsAx0R9fCNVwXVwCnU7Ck+psOE0OTchn0ELMsjsfmCGt/NFci0yUp/J0m91iBGXAXS/UD0BhxOn0Smb+N1fLmV8z38H4k5ZAVkL9KHlCMvEjL7sTu7ydPYA3Li5gH2TWtE= Received: by 10.70.67.15 with SMTP id p15mr8445152wxa.1181023623894; Mon, 04 Jun 2007 23:07:03 -0700 (PDT) Received: by 10.70.60.5 with HTTP; Mon, 4 Jun 2007 23:07:03 -0700 (PDT) Message-ID: <7273946b0706042307y677d671aq9e9404259fec86fe@mail.gmail.com> Date: Tue, 5 Jun 2007 13:07:03 +0700 From: "Vladimir Ivanov" To: dev@harmony.apache.org Subject: Re: [hdk][jdk] launcher should work on Windows when run without extension In-Reply-To: <7273946b0706042224u2383aa9lf2017e078a646dc@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <7273946b0706042136l4d155abar79368c707d4a7d10@mail.gmail.com> <7273946b0706042224u2383aa9lf2017e078a646dc@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org Issue https://issues.apache.org/jira/browse/HARMONY-3251 was created some time ago for this bug. Seems, it should be fixed. thanks, Vladimir On 6/5/07, Vladimir Ivanov wrote: > On 6/5/07, Alexey Petrenko wrote: > > BTW, I can not reproduce the issue: > You run jdk/JRE/bin. It works fine for me too. please, try jdk/bin > > > > > C:\...king_classlib\deploy\jdk\jre\bin>java -help > > Harmony Java launcher > > Apache Harmony Launcher : (c) Copyright 1991, 2006 The Apache Software Foundatio > > n or its licensors, as applicable. > > java [-vm:vmdll -vmdir:dir -D... [-X...]] [args] > > > > > > 2007/6/5, Alexey Petrenko : > > > Interesting behaviour... :) > > > > > > Have you filed a JIRA? > > > > > > SY, Alexey > > > > > > 2007/6/5, Vladimir Ivanov : > > > > Hello, > > > > I think, jdk/bin/java launcher should be fixed to work on Windows when > > > > it runs without extension. Now it reports NoClassDefFoundError. > > > > Note it may confuse users who use HDK snapshots. > > > > > > > > thanks, Vladimir > > > > > > > > Execution log: > > > > trunk\target\hdk\jdk\bin>java.exe -version > > > > Apache Harmony Launcher : (c) Copyright 1991, 2006 The Apache Software Foundatio > > > > n or its licensors, as applicable. > > > > java version "1.5.0" > > > > pre-alpha : not complete or compatible > > > > svn = r544357, (Jun 5 2007), Windows/ia32/msvc 1310, release build > > > > http://harmony.apache.org > > > > > > > > target\hdk\jdk\bin>java -version > > > > Uncaught exception in main: > > > > java.lang.NoClassDefFoundError: org/apache/harmony/tools/java/EXE/Main > > > > Caused by: java.lang.ClassNotFoundException: org.apache.harmony.tools.java.EXE.M > > > > ain > > > > at java.net.URLClassLoader.findClass(URLClassLoader.java:895) > > > > at java.lang.ClassLoader.loadClass(ClassLoader.java:574) > > > > at java.lang.ClassLoader$SystemClassLoader.loadClass(ClassLoader.java:96 > > > > 2) > > > > at java.lang.ClassLoader.loadClass(ClassLoader.java:319) > > > > FAILED to invoke JVM. > > > > > > > > target\hdk\jdk\bin> > > > > > > > > > >