- Modular Programming in Java 9
- Koushik Kothagal
- 128字
- 2021-07-02 18:38:24
Understanding module path arguments
Our example application is comprised of two Java modules. We have the source of both those modules in the module source path. In reality, it's common to be working on module sources that depend on compiled third-party modules pulled in as dependencies. In such cases, you'll need to provide to the compiler the module source path containing the module source files, and the module path for the compiled dependencies. The compiler needs a distinction between the code it needs to compile (in --module-source-path) and the location of compiled dependencies and libraries ( --module-path). When it comes to execution, you just pass in --module-path pointing to the compiled modules.
Here are the command line argument values passed to the compiler and runtime:
- 深入淺出DPDK
- PhoneGap:Beginner's Guide(Third Edition)
- Kotlin開發教程(全2冊)
- Oracle GoldenGate 12c Implementer's Guide
- Hands-On Full Stack Development with Spring Boot 2.0 and React
- Citrix XenServer企業運維實戰
- Mastering Embedded Linux Programming
- 例解Python:Python編程快速入門踐行指南
- Offer來了:Java面試核心知識點精講(框架篇)
- RESTful Web API Design with Node.js(Second Edition)
- Learning Redis
- JavaScript程序設計實例教程(第2版)
- 匯編語言程序設計教程
- Expert Angular
- 米思齊實戰手冊:Arduino圖形化編程指南