java 构建路径问题
从某人的项目中,我收到此错误:
Java Build Path Problems (1 item)
Build path specifies execution environment J2SE-1.5. There are no JREs installed in the workplace that are strictly compatible with this environment.
我有最新的JDK(jdk1.6.0_25)。根据我的理解,我可以执行以下操作之一:
- 下载 J2SE-1.5 环境以匹配项目。
- 编辑项目以同意最新的 JDK。我该怎么做?