温馨提示×

温馨提示×

您好,登录后才能下订单哦!

密码登录×
登录注册×
其他方式登录
点击 登录注册 即表示同意《亿速云用户服务条款》

jre、jdk版本的选择

发布时间:2020-04-27 06:28:39 来源:网络 阅读:3647 作者:h2appy 栏目:开发技术

每个jdk的升级版本包括奇数版本和偶数版本,如Java 8 Update 73 (8u73)和Java 8 Update 74 (8u74)。应该怎选择哪个版本?


生产环境选8u73;测试环境可选8u74;



Each release has an odd (CPU) and an even (PSU) number. So in this case, 73 is the CPU (critical fixes) and 74 is the PSU (critical plus non-critical fixes)

General recommendation from oracle in a production environment is to use the CPU releases and start testing the PSU release in your test environments to prepare for the next CPU which will contain the previous PSU plus any new critical updates.



jre、server jre、jdk三个版本如何选择?


Which Java package do I need?

  • Software Developers: JDK (Java SE Development Kit). For Java Developers. Includes a complete JRE plus tools for developing, debugging, and monitoring Java applications.

  • Administrators running applications on a server:  Server JRE (Server Java Runtime Environment) For deploying Java applications on servers. Includes tools for JVM monitoring and tools commonly required for server applications, but does not include browser integration (the Java plug-in), auto-update, nor an installer. Learn more

  • End user running Java on a desktop: JRE: (Java Runtime Environment). Covers most end-users needs. Contains everything required to run Java applications on your system.


向AI问一下细节

免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。

AI