From users-return-186599-apmail-tomcat-users-archive=tomcat.apache.org@tomcat.apache.org Sat Oct 11 20:48:29 2008 Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 1156 invoked from network); 11 Oct 2008 20:48:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Oct 2008 20:48:29 -0000 Received: (qmail 53722 invoked by uid 500); 11 Oct 2008 20:48:17 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 53688 invoked by uid 500); 11 Oct 2008 20:48:17 -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 53677 invoked by uid 99); 11 Oct 2008 20:48:17 -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 13:48:17 -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 [212.85.38.174] (HELO popeye.combios.es) (212.85.38.174) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 11 Oct 2008 20:47:12 +0000 Received: from [192.168.245.129] (p549EB38C.dip0.t-ipconnect.de [84.158.179.140]) (authenticated bits=0) by popeye.combios.es (8.13.8/8.13.8/Debian-3) with ESMTP id m9BKlfiC001749 for ; Sat, 11 Oct 2008 22:47:45 +0200 Message-ID: <48F1106A.6000301@ice-sa.com> Date: Sat, 11 Oct 2008 22:45:30 +0200 From: =?ISO-8859-1?Q?Andr=E9_Warnier?= User-Agent: Thunderbird 2.0.0.16 (Windows/20080708) MIME-Version: 1.0 To: Tomcat Users List Subject: Re: [OT] Why can NOT run Tomcat on my Laptop References: <19931226.post@talk.nabble.com> <48F083D8.4000606@pidster.com> <19931560.post@talk.nabble.com> <427155180810110407j754c8b0i2c0c6a77d1040526@mail.gmail.com> <19931731.post@talk.nabble.com> <0AAE5AB84B013E45A7B61CB66943C172147E998FF6@USEA-EXCH7.na.uis.unisys.com> In-Reply-To: <0AAE5AB84B013E45A7B61CB66943C172147E998FF6@USEA-EXCH7.na.uis.unisys.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on popeye.combios.es X-Virus-Scanned: ClamAV 0.92.1/8412/Sat Oct 11 14:30:20 2008 on popeye.combios.es X-Virus-Status: Clean X-Virus-Checked: Checked by ClamAV on apache.org X-Old-Spam-Status: No, score=-97.7 required=2.5 tests=DNS_FROM_SECURITYSAGE, RCVD_IN_PBL,RCVD_IN_SORBS_DUL,USER_IN_WHITELIST autolearn=no version=3.2.3 Caldarale, Charles R wrote: >> From: IceManPat [mailto:patrickstudy@gmail.com] >> Subject: Re: Why can NOT run Tomcat on my Laptop >> >> C:\>set JAVA_HOME =D:\Program Files\Java\jdk1.6.0_07 > > The problem is you have a space before the equals sign; that makes the environment 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. > Allowing spaces in directory and file names was a nutty idea which has cost more over time than the Iraq war and current financial debacle combined. It should be re-regulated. --------------------------------------------------------------------- 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