怎么会出现“import javax.servlet.http.HttpSession;”这个错误呢?
hcgui 2002-04-24 01:59:21 各位打虾,我刚学java不久,用java开发jsp程序!我写了一个java程序,
在编译时出现如下错误:
C:\jsp\test.java:3: Class javax.servlet.http.HttpSession not found in import.
import javax.servlet.http.HttpSession;
^
C:\jsp\test.java:4: Class javax.servlet.http.HttpServletRequest not found in import.
import javax.servlet.http.HttpServletRequest;
^
classpath和path是用JBuilder6下的jdk1.3.1的......
望各位大虾帮帮忙!谢谢!!!