Java 在服务器 JRE 和 JRE 中运行我的应用程序的主要区别是什么?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/18035745/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
What are major difference of running my application in a Server JRE vs JRE?
提问by Sasikumar Murugesan
I have seen in oracle website there are two types jre download.
我在oracle网站上看到有两种类型的jre下载。
What are the differences of running my application in server JRE vs JRE and are there any limitations imposed upon the application of choosing one runtime environment over another?
在服务器 JRE 和 JRE 中运行我的应用程序有什么区别,选择一种运行时环境而不是另一种运行时环境的应用程序是否有任何限制?
采纳答案by NINCOMPOOP
Read the documentation:
阅读文档:
The Server JRE is a runtime environment specifically targeted for deploying Java in server environments and it is available for 64-bit Linux, Solaris and Windows platforms.
The Server JRE includes tools for JVM monitoring and tools commonly required for server applications, but does not include browser integration (the Java plug-in).
Server JRE 是一个运行时环境,专门用于在服务器环境中部署 Java,可用于 64 位 Linux、Solaris 和 Windows 平台。
服务器 JRE 包括用于 JVM 监控的工具和服务器应用程序通常需要的工具,但不包括浏览器集成(Java 插件)。
回答by reevh
Server JRE includes monitoring tools and JRE( for end user) doesn't.
服务器 JRE 包括监控工具,而 JRE(针对最终用户)不包括。