出现:
Multiple annotations found at this line:
- java.io.IOException cannot be resolved to a type
- String cannot be resolved to a type
- java.io.IOException cannot be resolved to a type
- No exception of type ServletException can be thrown; an exception type must be a
subclass of Throwable
- The method getContextPath() from the type HttpServletRequest refers to the missing
type String
还有String cannot be resolved to a type这样的各种错误,其实项目一般是可以正常运行的。
解决办法两个:
一:jdk不匹配。对方的jdk版本跟你的不同。改成你自己的jdk就好。对项目右键properties->java build path之后就能找到了。
二:若不是这个问题,那试试project-clean。
希望有帮助。。
本文针对Java项目中常见的类型解析错误,如IOException、ServletException及String类型未解析等问题,提供了两种实用的解决方案。一是确保项目使用的JDK版本与实际需求一致,二是通过清理项目来尝试解决。这些方法有助于快速定位并修复类型解析错误,保障项目的顺利运行。
9059

被折叠的 条评论
为什么被折叠?



