Tag: modular jar

  • How to create Java Modules?

    Java 9 introduced the Module system under the project name Project Jigsaw. This altered the existing structure of Java projects. Java projects can be now encapsulated into modules and each module can be separately packaged into a jar or a run time (customized JRE). Until the module system came out , every Java project has…