I think no need to set the
servelet-api.jar in class path, since its D:\Apache\Tomcat 5.0\common\lib here it will take it, or else u want to set it from ur appln then u can use the appln path of jar file.
and abt path.. u set it in environment variables of "my computer" as new variable as JAVA_HOME and in path = D:\j2sdk1.4.2_05 and then in add to path as ';%JAVA_HOME%\bin' dont use codes..
I think it will work.. if u want u can add new variable as CATALINA_HOME and path as D:\Apache\Tomcat 5.0 and in path append it as ';CATALINA_%HOME%\bin
Dont mind if any thing is wrong..
Quote:
quote:Originally posted by preetissharma
hello every one,
i have installed jdk 1.5 and apache 5 nowa and i have set the classpath in a bat file
as set classpath=c:\program files\java\jdk1.5\lib;c:\program\apache software\tomcat 5.0\common\lib\servelet-api.jar;
and path =c: \program files\java\jdk1.5\bin;c:\program\apache software\tomcat 5.0\bin;
its showing plenty of errors while compiling ,
can any one help me out
thanks
preeti
|