JMOD is a Java packaging format introduced with the Java Platform Module System (JPMS) in Java 9. Unlike JAR files, JMOD files are designed for compile and link time only — they cannot be placed on the classpath at runtime. They support native libraries, configuration files, and legal notices in addition to compiled classes. A
2 Comments
Sort: