javax.servlet cannot be resolved to a type

   在eclipse中新建一个Dynamic web project 后,在jsp页面编写内容的时候出现 javax.servlet cannot be resolved to a type

 

解决办法:把tomcat运行环境添加进去即可

javax.servlet cannot be resolved to a type_第1张图片

 

javax.servlet cannot be resolved to a type_第2张图片

 

javax.servlet cannot be resolved to a type_第3张图片

 

 

 javax.servlet cannot be resolved to a type_第4张图片

 

javax.servlet cannot be resolved to a type_第5张图片

 

操作完之后,等30秒之后红叉不见。问题解决。

今天才知道原来上传图片后csdn默认在图片的中间加了水印,取消它只用在每次发表博客后选择“无水印”(在上传的后面)

 

你可能感兴趣的:(eclipse,新建jsp报错)