Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 92410 invoked from network); 20 Mar 2007 19:33:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Mar 2007 19:33:53 -0000 Received: (qmail 16615 invoked by uid 500); 20 Mar 2007 19:33:58 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 16575 invoked by uid 500); 20 Mar 2007 19:33:58 -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 16566 invoked by uid 99); 20 Mar 2007 19:33:58 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Mar 2007 12:33:58 -0700 X-ASF-Spam-Status: No, hits=1.3 required=10.0 tests=RCVD_NUMERIC_HELO,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of gcjhd-harmony-dev@m.gmane.org designates 80.91.229.2 as permitted sender) Received: from [80.91.229.2] (HELO ciao.gmane.org) (80.91.229.2) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Mar 2007 12:33:46 -0700 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1HTk4u-0007pd-1U for dev@harmony.apache.org; Tue, 20 Mar 2007 20:33:04 +0100 Received: from 195.161.50.68 ([195.161.50.68]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 20 Mar 2007 20:33:04 +0100 Received: from gshimansky by 195.161.50.68 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 20 Mar 2007 20:33:04 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: dev@harmony.apache.org From: Gregory Shimansky Subject: Re: [general] Can't launch Harmony Date: Tue, 20 Mar 2007 22:32:52 +0300 Lines: 19 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 195.161.50.68 User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) In-Reply-To: Sender: news X-Virus-Checked: Checked by ClamAV on apache.org Sian January wrote: > Hello, > > I'm having major problems trying to run anything at all with Harmony. The > launcher won't run at all and I just get a pop-up box saying "VM launcher > has encountered a problem and needs to close. We are sorry for the > inconvenience." I'm running on Windows XP with the IBM v4 VME and the > latest class library build that I built myself. I've tried a complete > clean > and rebuild and I'm still seeing the same problem. Has anyone seen this > before? It is likely a missing DLL dependency to the java.exe launcher. I haven't seen it before. There is a DLL dependency analyzer tool in MSVC called "depends". You can try to open java.exe launcher with it and try to understand which DLL that is necessary to it is absent. -- Gregory