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.
我想在 64 位 Linux 上开发 Java EE 应用程序。我想安装最新的 linux 64 位 Java EE SDK。我需要先安装 Java SE SDK 吗?或者也许只有 Java SE JRE 首先?
Java EE includes Java SE. If you install Java SE first then the Java EE installer will skip installing Java SE (since you already have it).