Are you trying to run Tomcat from withing Jbuilder. This would be why java is being called. Also, check and see if ant is in your project's classpath.
-Mark -----Original Message----- From: Dola Woolfe [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 05, 2005 11:28 AM To: Tom Cat Subject: Tomcat and JBuilder 2005 Hello, I use Tomcat 5.5 with JBuilder9 on my machine but had to install JBuilder2005 on my colleague's machine (with java 1.5) and am now getting strange compilation errors. For example: "Data.jsp": java.lang.NoClassDefFoundError: org/apache/tools/ant/AntClassLoader and also: Exception in thread "main" C:\Borland\JBuilder2005\jdk1.4\bin\java -classpath "[Skipped by me]" org.apache.jasper.JspC -d "C:/Dola/code/bak/Projecta/classes/Temporary_Files/.jsp/projecta" -p org.apache.jsp -c Data_jsp -uriroot "C:/Dola/tomcat/webapps/projecta" "C:/Dola/tomcat/webapps/projecta/Data.jsp" "Data.jsp": Invocation Error Just out of curiosity (and naivete) why is "java", rather than "javac", ever called? Many thanks in advance! Dola __________________________________ Do you Yahoo!? Yahoo! Small Business - Try our new resources site! http://smallbusiness.yahoo.com/resources/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
