Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@www.apache.org Received: (qmail 17045 invoked from network); 13 Apr 2005 16:22:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 13 Apr 2005 16:22:05 -0000 Received: (qmail 89970 invoked by uid 500); 13 Apr 2005 15:22:05 -0000 Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 89829 invoked by uid 500); 13 Apr 2005 15:22:03 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 89713 invoked by uid 99); 13 Apr 2005 15:22:01 -0000 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,HTML_40_50,HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from web60613.mail.yahoo.com (HELO web60613.mail.yahoo.com) (209.73.178.196) by apache.org (qpsmtpd/0.28) with SMTP; Wed, 13 Apr 2005 08:21:59 -0700 Received: (qmail 42204 invoked by uid 60001); 13 Apr 2005 15:21:29 -0000 Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; b=MtsWCqj2+i3TuB0vbaPLhBNIWvOUjqUh9VCvFVEPhjevN/jnAdja5acDdSGpOgYaiXenfXNrc+d3FqNoQbkbPlLFPUDSS9qborxhZP+xWLM7qEI0yqGWna/y3fr0JWEyMAK/2I5FfS1yL6ISghh0rI5GeKYUpHmL/pzCmX3nF6k= ; Message-ID: <20050413152129.42202.qmail@web60613.mail.yahoo.com> Received: from [198.45.18.37] by web60613.mail.yahoo.com via HTTP; Wed, 13 Apr 2005 16:21:29 BST Date: Wed, 13 Apr 2005 16:21:29 +0100 (BST) From: S M Subject: RE: class path (UNCLASSIFIED) To: Tomcat Users List In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="0-1667604186-1113405689=:41620" Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N --0-1667604186-1113405689=:41620 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit I tried that too.. same problem... anyways.. apart from that going as the suggestion of without spaces directory path... here is the modified thgs CLASSPATH=.;c:\java;c:\tomcat\common\lib\servlet.jar CATALINAHOME=c:\tomcat JAVA_HOME and path remaing the same. Now compiling c:/javacode>javac -classpath HelloWorld.java it said - Access Denied then compiling like c:/javacode>javac HelloWorld.java it gives same set of errors and then again compiling like c:/javacode>javac -classpath HelloWorld.java Windows gave a error saying 'javac' encountered an error.. please close. and then closing and oping cmd again and then compiling like c:/javacode>javac HelloWorld.java I got no errors... but also.. no class file created. :( What do you have to say now? --------------------------------- Yahoo! Messenger - Communicate instantly..."Ping" your friends today! Download Messenger Now --0-1667604186-1113405689=:41620--