I'm trying to run the compile target but keeping getting an error for a class that imports javax.servlet.http.HttpSessionBindingListener
The first thing i did was to add a jar (j2ee.jar) file to my local lib directory. This allowed me to compile without hitch but when I attempted to run the app it gave me an error along the lines of "JspServlet is not a servlet". Did some research and found that the local copy of my jar file was the likely culprit. So i moved the j2ee.jar to common/lib and I still get the same problem. servlet.jar is also in this folder, and that jar also contains the necessary class file, so why on earth can I not see it when i compile? Anyone have some suggestions.... -- To unsubscribe, e-mail: <mailto:turbine-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:turbine-user-help@;jakarta.apache.org>
