- 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:
- Qt 5 and OpenCV 4 Computer Vision Projects
- C語言程序設計(第2 版)
- Apache Hive Essentials
- Groovy for Domain:specific Languages(Second Edition)
- C語言從入門到精通(第4版)
- Learn React with TypeScript 3
- Python編程:從入門到實踐
- Orchestrating Docker
- jQuery Mobile Web Development Essentials(Second Edition)
- Learning Shiny
- Mastering Clojure
- Enterprise Application Architecture with .NET Core
- Lync Server Cookbook
- Computer Vision with Python 3
- 零基礎學西門子PLC編程:入門、提高、應用、實例