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 中看到的这些不同的执行环境之间有什么区别?似乎它们都在同一个JDK版本下。我特别感兴趣:
此链接应回答您的问题:
执行环境 (EE) 是 JRE 的符号表示。例如,与其谈论在磁盘上特定位置具有特定名称的特定 JRE,不如谈论 J2SE-1.4 执行环境。然后可以将系统配置为使用特定的 JRE 来实现该执行环境。执行环境与开发(编译)时间和运行时相关。