- Modular Programming in Java 9
- Koushik Kothagal
- 100字
- 2021-07-02 18:38:25
The JRE structure
When you install the Java 8 Runtime Environment on any machine and examine the installed directory, you'll see, among other files and folders, the following two important directories:
- A bin directory with executable files, an important one of which is the Java executable that lets you run Java programs
- The lib directory with some key .jar files including the all-important rt.jar
You may not have had to deal with the rt.jar directly when coding in Java, but you should know that it's the single most important jar file in the runtime. Can you guess what it's for?
推薦閱讀
- Getting Started with Gulp(Second Edition)
- Oracle從新手到高手
- JMeter 性能測試實戰(第2版)
- C/C++算法從菜鳥到達人
- SQL for Data Analytics
- 基于Java技術的Web應用開發
- iOS開發實戰:從零基礎到App Store上架
- INSTANT MinGW Starter
- 前端架構:從入門到微前端
- PHP 編程從入門到實踐
- C語言程序設計實踐教程
- Learning jQuery(Fourth Edition)
- Learning Apache Cassandra
- UML2面向對象分析與設計(第2版)
- Unity與C++網絡游戲開發實戰:基于VR、AI與分布式架構