我想把mysql转换成sql server,并修改了news.txt但是tomcat显示导入包错,
A Servlet Exception Has Occurred
org.apache.jasper.JasperException: Unable to compile class for JSP..\work\localhost\_\_0002fnews_0002fnews_0002findex_0002ejspindex_jsp_0.java:8: Package news not found in import.
import news.*;
       ^
..\work\localhost\_\_0002fnews_0002fnews_0002findex_0002ejspindex_jsp_0.java:9: Package news.database not found in import.
import news.database.*;
       ^
..\work\localhost\_\_0002fnews_0002fnews_0002findex_0002ejspindex_jsp_0.java:10: Package news.news not found in import.
import news.news.*;
       ^
..\work\localhost\_\_0002fnews_0002fnews_0002findex_0002ejspindex_jsp_0.java:11: Package news.util not found in import.
import news.util.*;
       ^
..\work\localhost\_\_0002fnews_0002fnews_0002findex_0002ejspindex_jsp_0.java:12: Package news.admin not found in import.
import news.admin.*;
       ^
5 errors请问这是怎么回事呀