Compile Module that Depends on an External Jar
问题 I worked through a simple example using Project Jigsaw in Java 11.0.1, built using the oracle JDK 11 on Ubuntu 18.04. Following that example, I have created a simple project which compiles to a module, packages the module into a jar, and then uses jlink to create a standalone distribution. Everything works -- the end result is a smallish folder with a stripped down JRE and my module. The project is made of only three files and some folders: .: build.sh src ./src: com module-info.java ./src