News

The Java Platform Module System (JPMS) is a code-level structure, so it doesn’t change the fact that we package Java into JAR files. Ultimately, everything is still bundled together in JAR files.
The Java Platform Module System promised to standardize how Java apps modularized. But years later, the problems with Java modules remain.
Allowing entire modules to be imported all at once would eliminate tedious typing and simplify the reuse of modular libraries in Java.