Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@www.apache.org Received: (qmail 19754 invoked from network); 18 Oct 2004 15:39:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 18 Oct 2004 15:39:00 -0000 Received: (qmail 15719 invoked by uid 500); 18 Oct 2004 15:38:19 -0000 Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 15686 invoked by uid 500); 18 Oct 2004 15:38:18 -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 15671 invoked by uid 99); 18 Oct 2004 15:38:18 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from [212.131.31.159] (HELO smarthost04.portal) (212.131.31.159) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 18 Oct 2004 08:38:18 -0700 Received: from relay01.portal ([192.168.4.126]) by smarthost04.portal (Lotus Domino Release 6.5.1) with ESMTP id 2004101817420852-133998 ; Mon, 18 Oct 2004 17:42:08 +0200 Received: from [10.0.251.176] ([217.58.89.18]) by relay01.portal (Lotus Domino Release 5.0.12) with ESMTP id 2004101817281496:212992 ; Mon, 18 Oct 2004 17:28:14 +0200 Message-ID: <4173E35F.4010508@mennini.org> Disposition-Notification-To: Andrea Mennini Date: Mon, 18 Oct 2004 17:38:07 +0200 From: Andrea Mennini Organization: Studio Andrea Mennini User-Agent: Mozilla Thunderbird 0.8 (Windows/20040913) X-Accept-Language: en-us, en MIME-Version: 1.0 To: tomcat-user@jakarta.apache.org Subject: Unable to find a javac compiler error Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=ISO-8859-1; format=flowed X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi, I'm trying to run this silly hello.jsp, just to be sure tomcat 5.0.28 is running under win2k: ======= JSP Test

JSP Test

Time: <%= new java.util.Date() %> ======= When I run it, I receive a message like this one: ======= Unable to find a javac compiler; com.sun.tools.javac.Main is not on the classpath. Perhaps JAVA_HOME does not point to the JDK ======= I've got a command line and typed %JAVA_HOME%\bin\javac, and javac is run. What am I doing wrong? TIA -- Andrea ICQ:5459894 Registered Linux User #24583 --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org