Return-Path: Delivered-To: apmail-incubator-harmony-dev-archive@www.apache.org Received: (qmail 67797 invoked from network); 8 Nov 2005 06:56:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 8 Nov 2005 06:56:20 -0000 Received: (qmail 25310 invoked by uid 500); 8 Nov 2005 06:56:16 -0000 Delivered-To: apmail-incubator-harmony-dev-archive@incubator.apache.org Received: (qmail 25110 invoked by uid 500); 8 Nov 2005 06:56:14 -0000 Mailing-List: contact harmony-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: harmony-dev@incubator.apache.org Delivered-To: mailing list harmony-dev@incubator.apache.org Received: (qmail 25099 invoked by uid 99); 8 Nov 2005 06:56:14 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Nov 2005 22:56:14 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [212.39.12.10] (HELO deck1210.hostdeck.com) (212.39.12.10) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Nov 2005 22:56:07 -0800 Received: (qmail 20488 invoked from network); 8 Nov 2005 07:55:49 +0100 Received: from host70-41.pool82106.interbusiness.it (HELO fatti.com) (82.106.41.70) by deck1210.hostdeck.com with SMTP; 8 Nov 2005 07:55:49 +0100 Message-ID: <43704C60.5040402@fatti.com> Date: Tue, 08 Nov 2005 07:57:36 +0100 From: Enrico Migliore Reply-To: enrico.migliore@fatti.com Organization: - User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.6) Gecko/20040113 X-Accept-Language: en-us, en MIME-Version: 1.0 To: harmony-dev@incubator.apache.org Subject: bootJVM successfully compiled and linked with MSVC References: <135763B2-23CA-4A30-B2A1-9076E9F36999@apache.org> <19e0530f0511072146n42ccbe5cj5c3a476096bcc7a7@mail.gmail.com> In-Reply-To: <19e0530f0511072146n42ccbe5cj5c3a476096bcc7a7@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi, I finally compiled and linked the source tree ..\bootJVM\\jvm\src, with MSVC, and using the pthreadVC2.dll library. To produce a successfull build, I had to slightly adapt the source code and comment out, at the moment, the getwd( ) UNIX function, located in classfile.c Since, tomorrow I'm going to do some debugging, I wanted know if someone can address me where to start from. Should I debug something like "java HelloWorld.class"? Am I supposed to define a sort of CLASSPATH environment variable where the bootJVM will look for system classes? I've got another question. I've noticed that, along with bootJVM, there is more than one source code contribution: am I compiling and debugging the right source code? thanks for any help, Enrico