Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 79330 invoked from network); 11 Oct 2008 18:53:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Oct 2008 18:53:02 -0000 Received: (qmail 14460 invoked by uid 500); 11 Oct 2008 18:52:49 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 14421 invoked by uid 500); 11 Oct 2008 18:52:49 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 14410 invoked by uid 99); 11 Oct 2008 18:52:49 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 11 Oct 2008 11:52:49 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [192.61.61.109] (HELO usea-naimss4.unisys.com) (192.61.61.109) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 11 Oct 2008 18:51:42 +0000 Received: from usea-nagw3.na.uis.unisys.com ([129.224.72.20]) by usea-naimss4 with InterScan Message Security Suite; Sat, 11 Oct 2008 13:52:17 -0500 Received: from usea-nagw3.na.uis.unisys.com ([129.224.72.55]) by usea-nagw3.na.uis.unisys.com with Microsoft SMTPSVC(6.0.3790.3959); Sat, 11 Oct 2008 13:52:17 -0500 Received: from usea-nahubcas2.na.uis.unisys.com ([129.224.76.115]) by usea-nagw3.na.uis.unisys.com with Microsoft SMTPSVC(6.0.3790.3959); Sat, 11 Oct 2008 13:52:17 -0500 Received: from USEA-EXCH7.na.uis.unisys.com ([129.224.76.38]) by usea-nahubcas2.na.uis.unisys.com ([129.224.76.115]) with mapi; Sat, 11 Oct 2008 13:52:17 -0500 From: "Caldarale, Charles R" To: Tomcat Users List Date: Sat, 11 Oct 2008 13:52:15 -0500 Subject: RE: Why can NOT run Tomcat on my Laptop Thread-Topic: Why can NOT run Tomcat on my Laptop Thread-Index: Ackrk6PGzWxg+p2oSkG50ejJbTmssAAPjKxQ Message-ID: <0AAE5AB84B013E45A7B61CB66943C172147E998FF6@USEA-EXCH7.na.uis.unisys.com> References: <19931226.post@talk.nabble.com> <48F083D8.4000606@pidster.com> <19931560.post@talk.nabble.com> <427155180810110407j754c8b0i2c0c6a77d1040526@mail.gmail.com> <19931731.post@talk.nabble.com> In-Reply-To: <19931731.post@talk.nabble.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-OriginalArrivalTime: 11 Oct 2008 18:52:17.0066 (UTC) FILETIME=[7B6D58A0:01C92BD2] X-Virus-Checked: Checked by ClamAV on apache.org > From: IceManPat [mailto:patrickstudy@gmail.com] > Subject: Re: Why can NOT run Tomcat on my Laptop > > C:\>set JAVA_HOME =3DD:\Program Files\Java\jdk1.6.0_07 The problem is you have a space before the equals sign; that makes the envi= ronment variable "JAVA_HOME " (note the trailing space), rather than "JAVA_= HOME". Take the space out. Despite Martin G's dire warning, spaces in the value of JAVA_HOME are not a= problem; spaces at the end of the environment variable name are. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MA= TERIAL and is thus for use only by the intended recipient. If you received = this in error, please contact the sender and delete the e-mail and its atta= chments from all computers. --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org