I installed Tomcat on my computer, and I'm trying to run one jsp, but I'm getting this error :
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
I have assigned JAVA_HOME to : C:\j2sdk1.4.2_03, I tried with C:\j2sdk1.4.2_03\bin also, but the result is the same!
It's the first time when I use Tomcat, so I thing that the problem is not so big, but I can't get over it, because I'm not so familiar with this stuff.
Thanks in advance!
Best regards,
Valeri
So, you can browse to Tomcat's home page using http://localhost:8080/ ?
Can run the servlet and JSP examples on that page ?
>I have assigned JAVA_HOME to : C:\j2sdk1.4.2_03
That should work, but show us the actual line in your Autoexec.bat .