- 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?
推薦閱讀
- 從零開始:數字圖像處理的編程基礎與應用
- Learn WebAssembly
- Highcharts Cookbook
- Java:High-Performance Apps with Java 9
- Mastering Linux Security and Hardening
- OpenResty完全開發指南:構建百萬級別并發的Web應用
- Node Cookbook(Second Edition)
- 代碼閱讀
- Tableau Desktop可視化高級應用
- 大學計算機應用基礎(Windows 7+Office 2010)(IC3)
- 軟件測試技術
- Visual C#(學習筆記)
- R High Performance Programming
- Python量子計算實踐:基于Qiskit和IBM Quantum Experience平臺
- Building RESTful Web Services with PHP 7