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.
对于 DEV 以外的环境,我可以按照 Red-Hat 的建议在 JBoss EAP 7 中使用 JRE 而不是 JDK 吗?
建议在开发或测试项目时使用 JDK,因为它将为您提供更多选择。
但是如果不想使用其他支持,如不需要监控工具、maven 等,JRE 可以正常工作。
JDK 和 JRE 都可以工作。对于 JRE,一些监控工具(如 jconsole、jstack、jmap、jvisualvm..等)不可用。所以通常 Red Hat 推荐使用 JDK。如果您不想使用这些监控工具,那么您可以使用 JRE。