A couple things come to mind. When installing Tomcat, it is best not to have spaces in the file path name. The standard recommendation is to install under a folder you name with the Tomcat version (i.e. C:\jarkarta-tomcat-5.5.4). This may your "slash missing" problems.
To use the java compiler, create an environment variable called "JAVA_HOME" and the value being the one to your java folder (i.e. C:\j2sdk1.4.2_05). Make sure you path is to the java root folder and NOT the bin directory. -----Original Message----- From: Rachel Knickmeyer [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 03, 2004 8:43 PM To: [EMAIL PROTECTED] Subject: buil error: endorsed not found I've just started using tomcat. I'm playing with some simple jsp pages and a single simple java class in order to work out how things go. But, I can't seem to get over the following error that happens everytime I try to compile. It only happens when I have a java class to compile, the jsp pages by themselves work fine. Somehow, a few slashes seem to be missing, but I've no clue why. Any help would be greatly appreciated! BUILD FAILED C:\Program Files\Apache Software Foundation\Tomcat 5.5\webapps\tutprual\build.xml:285: C:\Program FilesApaches Software FoundationTomcat5.5\common\endorsed not found. The line it points to in the xml is: <javac srcdir="${src.home}" destdir="${build.home}/WEB-INF/classes"> Thanks in advance! -Rachel Knickmeyer --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
