Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
昨天我在我的项目中工作。今天打开eclipse出现错误:
The import org.apache.camel cannot be resolved在 .java 文件中。
The import org.apache.camel cannot be resolved
我试图添加.jar文件然后我得到另一个错误:
.jar
The import org.springframework cannot be resolved.
The import org.springframework cannot be resolved
然后我尝试添加这个.jar,我得到了另一个错误。一夜之间发生了什么?
注意:我的 Eclipse 有 Maven 集成。
您需要为 pom.xml 文件中定义的每个库指定版本。