PDA

View Full Version : setting classpath for java



chessmonster
January 3rd, 2011, 01:00 AM
hi,

I am trying to set the classpath on my system so it would work with the tomcat installed. my classpath is

$TOMCAT_HOME/lib/servlet-api.jar:$TOMCAT_HOME/lib/jsp-api.jar:$TOMCAT_HOME/lib

and they don't work.

any ideas on what I might need to do in order for java to locate the servlet api? I am stuck with this one for 2 days already. :lolflag:

r-senior
January 3rd, 2011, 01:29 AM
Could you post the output/error messages?