dognobbler
Programmer
I recently had to reformat my hard drive and I am trying to rebuild an application. I had the actuall webapps part of the application backed up but not the rest of tomcat.
So I have download tomcat and installed tomcat and copied across the webapp.
Now when I try to javac one of my servlets I get the following error:
package javax.servlet does not exist
I thought this package was automatically installed as part of tomcat.
Can anyone explain to me why I might be getting this error and what I need to do to get rid of it.
Many thanks.
Andy
So I have download tomcat and installed tomcat and copied across the webapp.
Now when I try to javac one of my servlets I get the following error:
package javax.servlet does not exist
I thought this package was automatically installed as part of tomcat.
Can anyone explain to me why I might be getting this error and what I need to do to get rid of it.
Many thanks.
Andy