添加链接
link之家
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接
Collectives™ on Stack Overflow

Find centralized, trusted content and collaborate around the technologies you use most.

Learn more about Collectives

Teams

Q&A for work

Connect and share knowledge within a single location that is structured and easy to search.

Learn more about Teams

The only jar file I could find inside JAVA-HOME/lib was a file called jrt-fs.jar which is only 105 KB in size.

So where are Runtime (bootstrap) classes then?

The classes are in the file lib/modules . This is a binary file which can be read with JRT file system. ZhekaKozlov Jun 12, 2020 at 4:11 Waiting for Naman 's comment saying: "Or you could just visit xy website which will load contents faster" ;) Aniket Sahrawat Jun 11, 2020 at 13:15 ...and the JEP-220 as quoted in this answer already clarifies this with more details. If it was for specifically jrt-fs, Brian and Holger made the point pretty clear with the links they'd shared. Naman Jun 11, 2020 at 16:05

Thanks for contributing an answer to Stack Overflow!

  • Please be sure to answer the question . Provide details and share your research!

But avoid

  • Asking for help, clarification, or responding to other answers.
  • Making statements based on opinion; back them up with references or personal experience.

To learn more, see our tips on writing great answers .