- 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?
推薦閱讀
- 流量的秘密:Google Analytics網站分析與優化技巧(第2版)
- Network Automation Cookbook
- 數據結構簡明教程(第2版)微課版
- Effective Python Penetration Testing
- Spring Boot進階:原理、實戰與面試題分析
- 利用Python進行數據分析(原書第3版)
- 網站構建技術
- 劍指大數據:企業級數據倉庫項目實戰(在線教育版)
- HTML5權威指南
- Citrix XenServer企業運維實戰
- Scratch·愛編程的藝術家
- TypeScript 2.x By Example
- 程序員的成長課
- Android智能手機APP界面設計實戰教程
- XML程序設計(第二版)