Multiple annotations found at this line: - Connection cannot be resolved to a type - Connection cannot be resolved to a type
时间: 2023-12-17 18:43:02 浏览: 156
详解 问题:HttpServlet cannot be resolved to a type
这个问题通常是因为没有正确导入或者缺失相关的jar包所致。你需要检查你的代码中是否正确导入了java.sql.Connection类,并且是否正确配置了相关的jar包。如果你是在使用Eclipse这样的IDE中进行开发,可以尝试通过右键点击项目,选择Build Path -> Configure Build Path -> Libraries,检查是否正确添加了相关的jar包。如果仍然无法解决问题,可以尝试重启IDE或者重新安装相关的jar包。
阅读全文