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 helios 工作区中有几个 java 项目。我想在项目 B 中引用项目 A 中的类。在项目 B 中,我转到属性-> 项目引用并选中项目 A 的框。但是当我尝试使用 import 语句从 A 导入类时,我得到错误“无法解析为类型。” 我错过了一步吗?Eclipse有什么问题吗?
您需要将您的项目 A 添加到项目 B 的构建路径中。属性 -> Java 构建路径 -> 项目 -> 添加...
我实际上不知道 Project References 是做什么的,看起来它只是对非 Java 项目的某种心理帮助。