Return-Path: Delivered-To: apmail-incubator-harmony-commits-archive@www.apache.org Received: (qmail 83342 invoked from network); 17 Jan 2006 12:04:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 17 Jan 2006 12:04:34 -0000 Received: (qmail 82843 invoked by uid 500); 17 Jan 2006 12:04:33 -0000 Delivered-To: apmail-incubator-harmony-commits-archive@incubator.apache.org Received: (qmail 82806 invoked by uid 500); 17 Jan 2006 12:04:33 -0000 Mailing-List: contact harmony-commits-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-commits@incubator.apache.org Received: (qmail 82795 invoked by uid 99); 17 Jan 2006 12:04:33 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Jan 2006 04:04:32 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 17 Jan 2006 04:04:32 -0800 Received: (qmail 83182 invoked by uid 65534); 17 Jan 2006 12:04:11 -0000 Message-ID: <20060117120411.83180.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r369762 - in /incubator/harmony/standard/site: docs/documentation/build_classlib.html xdocs/documentation/build_classlib.xml Date: Tue, 17 Jan 2006 12:04:09 -0000 To: harmony-commits@incubator.apache.org From: tellison@apache.org X-Mailer: svnmailer-1.0.5 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: tellison Date: Tue Jan 17 04:03:58 2006 New Revision: 369762 URL: http://svn.apache.org/viewcvs?rev=369762&view=rev Log: Added instruction regarding JAVA_HOME Modified: incubator/harmony/standard/site/docs/documentation/build_classlib.html incubator/harmony/standard/site/xdocs/documentation/build_classlib.xml Modified: incubator/harmony/standard/site/docs/documentation/build_classlib.html URL: http://svn.apache.org/viewcvs/incubator/harmony/standard/site/docs/documentation/build_classlib.html?rev=369762&r1=369761&r2=369762&view=diff ============================================================================== --- incubator/harmony/standard/site/docs/documentation/build_classlib.html (original) +++ incubator/harmony/standard/site/docs/documentation/build_classlib.html Tue Jan 17 04:03:58 2006 @@ -283,6 +283,10 @@

+ Ensure that the JAVA_HOME environment variable is unset, or pointing + to the Harmony/deploy/jre directory. +

+

Run Java applications as usual, using the launcher in Harmony/deploy/jre/bin:

> jre\bin\java -showversion -jar helloworld.jar
 java version 1.4.2 (subset)

Modified: incubator/harmony/standard/site/xdocs/documentation/build_classlib.xml
URL: http://svn.apache.org/viewcvs/incubator/harmony/standard/site/xdocs/documentation/build_classlib.xml?rev=369762&r1=369761&r2=369762&view=diff
==============================================================================
--- incubator/harmony/standard/site/xdocs/documentation/build_classlib.xml (original)
+++ incubator/harmony/standard/site/xdocs/documentation/build_classlib.xml Tue Jan 17 04:03:58 2006
@@ -147,6 +147,10 @@
 
 
 	

+ Ensure that the JAVA_HOME environment variable is unset, or pointing + to the Harmony/deploy/jre directory. +

+

Run Java applications as usual, using the launcher in Harmony/deploy/jre/bin:

> jre\bin\java -showversion -jar helloworld.jar
 java version 1.4.2 (subset)