简体   繁体   English

Java 9中的JRE文件夹在哪里?

[英]Where is JRE folder in Java 9?

Where is JRE folder in Java 9? Java 9中的JRE文件夹在哪里? I have seen in some site that JRE is present in a separate distribution folder. 我在某些网站上看到JRE存在于一个单独的分发文件夹中。 But where it is located? 但它在哪里?

The JDK and JRE run-time images have been restructured in JDK 9. The JDK run-time image no longer includes a "jre" sub-directory. JDK和JRE运行时映像已在JDK 9中重新构建.JDK运行时映像不再包含“jre”子目录。

A summary of the restructuring is documented in the JDK 9 release notes ( Modular Run-Time Images note ). JDK 9发行说明( 模块化运行时映像说明 )中记录了重组的摘要。

JEP 220 documents the motivations and all the details of the new layout. JEP 220记录了新布局的动机和所有细节。

The changes have been in JDK 9 early access builds since late 2014 to give tools and libraries that depend on the legacy structure time to adjust - hopefully the tools that that you use have already been updated. 自2014年底以来,这些变化一直在JDK 9早期访问版本中,以提供依赖于遗留结构时间的工具和库进行调整 - 希望您使用的工具已经更新。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM