JRE 是 Java Runtime Environment 的缩写,中文常译为Java 运行时环境:用于运行(而不一定用于开发)Java 程序的一套软件组件,通常包含 JVM(Java 虚拟机)和核心类库。(在不同语境中也可能指其他缩写,如播客名等,但最常见的是 Java 相关含义。)
/ˌdʒeɪ ɑːr ˈiː/(按字母读 “J-R-E”)
I installed the JRE to run the program.
我安装了 JRE 来运行这个程序。
Because the server only needed to run the Java app (not compile it), we deployed the JRE and configured the JAVA_HOME path to avoid version conflicts.
因为服务器只需要运行 Java 应用(不需要编译),我们部署了 JRE,并配置了 JAVA_HOME 路径以避免版本冲突。
JRE 属于首字母缩略词(initialism),来自 Java Runtime Environment 的三个词首字母:Java + Runtime + Environment。随着 Java 在企业与服务器端的普及,这个缩写在技术文档与软件安装说明中被广泛使用。