在构建 Eclipse 代码时,我有这个“构建路径指定 ...”错误。
Build path specifies execution environment J2SE-1.4. There are no JREs installed in the workspace that are strictly compatible with this environment.
谷歌搜索找到这篇文章:java build path questions to add J2SE-1.4 execution environment。
并检查 Java SE 7 是否安装正确。
但是,我仍然收到错误消息。可能有什么问题?
java -version
我的命令行中有这些信息。
java version "1.7.0_07"
Java(TM) SE Runtime Environment (build 1.7.0_07-b10)
Java HotSpot(TM) 64-Bit Server VM (build 23.3-b01, mixed mode)