New posts in java-platform-module-system

Loading classes and resources in Java 9

Project Jigsaw vs Maven

findResource("") returning null when module-info.java is present, why is that?

What does "Required filename-based automodules detected." warning mean?

Eclipse - module not found when adding module-info.java

What's the difference between --add-exports and --add-opens in Java 9?

Why did Java 9 introduce the JMOD file format?

Why project Jigsaw / JPMS?

What is an automatic module?

Is it possible to mix --class-path and --module-path in javac (JDK 9)?

OSGi, Java Modularity and Jigsaw

Is there any need to switch to modules when migrating to Java 9 or later?

Accessing resource files from external modules

How to use 3rd party library in Java9 module?

List the modules resolved during the application startup

Package conflicts with automatic modules in Java 9

Unable to derive module descriptor: Provider {class X} not in module

Unable to derive module descriptor for auto generated module names in Java 9?

What is an illegal reflective access?

How to solve InaccessibleObjectException ("Unable to make {member} accessible: module {A} does not 'opens {package}' to {B}") on Java 9?