myeclipse导入jsp项目后出现如下错误,可是我的项目是能正常运行的呀!!!
import org.apache.log4j.Logger;   不能加载log4j
public int findAllCount() throws DAOException; 不能抛出DAOException异常
public int findNewsUserCount(String author, String title,int auditing) throws ServiceException ;这个异常也无法抛出
import org.hibernate.Query;  无法导入org.hibernate
import org.hibernate.Session;   无法导入org.hibernate
import org.springframework.dao.DataAccessException;  无法导入org.springframework网站地址:http://202.113.16.61