1,eclipse导入项目jdk版本不一样解决方案 2,java报javax.servlet.jsp cannot be resolved to a type

Posted smartisn

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了1,eclipse导入项目jdk版本不一样解决方案 2,java报javax.servlet.jsp cannot be resolved to a type相关的知识,希望对你有一定的参考价值。

一:eclipse导入项目jdk版本不一样解决方案

参考博文:

https://www.cnblogs.com/chenmingjun/p/8472885.html

选中项目右键 --> Properties --> Build Path --> 选中Libraries一栏,移除(Remove)这个库选项,

  然后添加新的库选项:

  Add Library... --> JRE System Library --> next --> Execution environment --> Environments... --> 选择JavaSE-9(jdk-9.0.4) --> Apply and Close。

  或者直接右键 JRE System Library[JavaSE-1.7] --> Properties --> Execution environment --> Environments... --> 选择JavaSE-9(jdk-9.0.4) --> Apply and Close。

二:java报javax.servlet.jsp cannot be resolved to a type

参考博文:https://blog.csdn.net/weixin_37997251/article/details/80701897

这个错误可能是服务器自带的servlet库未导入的原因。右键项目属性,转到Targeted Runtimes,选择一个服务器,例如Tomcat,单击应用,可能就可以解决。

 

以上是关于1,eclipse导入项目jdk版本不一样解决方案 2,java报javax.servlet.jsp cannot be resolved to a type的主要内容,如果未能解决你的问题,请参考以下文章

eclipse导入别的项目后发现jdk版本不一样,该如何解决呢?

eclipse导入项目,jdk版本不一样出现的问题

eclipse项目导入idea jdk版本不一致

导入别的项目到我的eclipse上出现红色感叹号问题

eclipse导入maven项目后出现web版本问题

记一次项目导入报错经验