Philip Romanik wrote: > FYI: > > I did a complete install from Subversion to my Windows laptop (to upgrade > from perforce) and ran into a problem trying to look at any files in trunk. > When I went to http://localhost:8080/trunk, I got an error from Tomcat > (5.0.30): > > 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". > > As far as I can tell, my java classpath path and Tomcat installation is > fine. I found a reference on the web that said to copy tools.jar from my > Java installation to TOMCAT_HOME/common/lib. That made the problem go away. > I don't think I missed any installation steps. 'ant tomcat.start' fails > when I run it. Is this somehow related? > > Thanks! > > Phil
Hi Phil, I believe the problem is in your PATH environment variable. Make sure the path to JAVA_HOME/bin is early in your PATH so Tomcat gets the correct version of Java to run against. -- Regards, Max Carlson OpenLaszlo.org _______________________________________________ Laszlo-dev mailing list [email protected] http://www.openlaszlo.org/mailman/listinfo/laszlo-dev
