JRE包括什么? [英] What does the JRE consist of?

查看:2146
本文介绍了JRE包括什么?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我知道JDK包含所有java包。但是除了java.exe之外,JRE包括什么?我可以理解JRE中'bin'文件夹中的东西的必需品但是'lib'文件夹怎么样?

i know that the JDK consists of all java packages .But what does the JRE consist of apart from java.exe ? I could understand the necessities of things in 'bin' folder in the JRE but what about the 'lib' folder ?

推荐答案

有看看这个 JDK和JRE文件结构来自Sun的JDK文档的文档。

Have a look at this JDK and JRE File Structure document from Sun's JDK documentation.

它具体说明了以下 lib 目录:

It specifically says the following about the lib directory:


Java运行时环境使用的代码库,属性设置和资源文件。例如:

Code libraries, property settings, and resource files used by the Java runtime environment. For example:


  • rt.jar - 引导类(构成Java平台核心API的RunTime类)。

  • charsets.jar - 字符转换类。

除了ext子目录(如下所述)之外,还有这里没有描述几个额外的资源子目录。

Aside from the ext subdirectory (described below) there are several additional resource subdirectories not described here.

这篇关于JRE包括什么?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆