编译的时候出现下面的错
... package javax.servlet does not exist
... package javax.servlet.http does not exist
what should I do?
Thanks a lottt
s**o 发帖数: 584
2
install either j2ee or servlet package and put it in the classpath.
【在 s****c 的大作中提到】 : 编译的时候出现下面的错 : ... package javax.servlet does not exist : ... package javax.servlet.http does not exist : what should I do? : Thanks a lottt