Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 2801 invoked from network); 24 Feb 2006 14:02:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 24 Feb 2006 14:02:21 -0000 Received: (qmail 60698 invoked by uid 500); 24 Feb 2006 14:02:07 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 60545 invoked by uid 500); 24 Feb 2006 14:02:06 -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 60534 invoked by uid 99); 24 Feb 2006 14:02:06 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Feb 2006 06:02:06 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [194.13.118.11] (HELO azn-svma002-amg.amg.local) (194.13.118.11) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Feb 2006 06:02:05 -0800 X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: I got an error on import org.apache.xpath recompiling with Tomcat5 and JDK5 Date: Fri, 24 Feb 2006 15:01:44 +0100 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: I got an error on import org.apache.xpath recompiling with Tomcat5 and JDK5 Thread-Index: AcY5SthHJzcXt7ZhT1KpqWxm4XV+iQ== From: "Wentink, Marc" To: X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Dear Group,=20 Which jars am I missing, and were can I find them when I got an error on = import org.apache.xpath? I am trying to move from jdk1.4 and Tomcat4, to jdk5 and Tomcat5 I have installed Tomcat Core version: apache-tomcat-5.5.15.zip I have changed my CLASSPATH to: C:\Program = Files\apache-tomcat-5.5.15\common\lib\servlet-api.jar; My common lib contains: C:\Program Files\apache-tomcat-5.5.15\common\lib>ls commons-el.jar jasper-runtime.jar naming-factory.jar jasper-compiler-jdt.jar jsp-api.jar naming-resources.jar jasper-compiler.jar naming-factory-dbcp.jar servlet-api.jar Recompiling my java source containing a servlet gives me the following = error: [javac] = E:\cvs\projecten\java\pdfgen\src\net\antonius\pdfgen\Rule.java:3:=20 package org.apache.xpath does not exist [javac] import org.apache.xpath.*; I did not have the error with Tomcat4, JDK1.4 and a classpath including = servlet.jar from Tomcat4. Should I have installed another distribution of Tomcat5.5 ? One = containing the jars I am missing? Kind Regards, and my appriciation in advance, Marc Wentink --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org