Where is JRE folder in Java 9?

孤街浪徒 提交于 2020-01-29 13:32:53

问题


Where is JRE folder in Java 9? I have seen in some site that JRE is present in a separate distribution folder. But where it is located?


回答1:


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.

A summary of the restructuring is documented in the JDK 9 release notes (Modular Run-Time Images note).

JEP 220 documents the motivations and all the details of the new layout.

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.



来源:https://stackoverflow.com/questions/46388117/where-is-jre-folder-in-java-9

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!