> NO - tools.jar is there. I am using sun jdk1.3.1, could that be a > problem?
No. It's a Tomcat setup problem. Try checking the classpath used by the startup script, and changing it a bit if necessary. You should also use javap to make sure you can load sun.tools.javac.Main Remy
