Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in java-platform-module-system

JPMS ServiceLoader does not work for me as expected

Do Java Modules (JPMS/Jigsaw) Solve the Problem that "Shading" Dependencies Solves?

What is the standard way to package/release a Java 17 application?

Is it possible to use jlink for cross compilation (bundling) application for different operating systems? [duplicate]

Unable to make field final transient java.lang.Class java.util.EnumSet.elementType accessible: module java.base does not "opens java.util" to unnamed

Can JavaFX realistically be used in a non-modular environment?

Automatic module name containing number [duplicate]

Getting the vendor of the used JRE since Java 9

Eclipse Java 17 setup issue related to (Java 9) Module System - The package * is accessible from more than one module: <unnamed>, java.xml

JRE 9 module requires a module that was not found

Unable to Reflectively Instantiate a "protected" class of an "opened" package, from another module

How does the new Java 9 Platform Module System integrate into Maven?