Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in java-platform-module-system

Package conflicts with automatic modules in Java 9

JSR-305 annotations replacement for Java 9

New Keywords in Java 9

What is an automatic module?

Loading classes and resources in Java 9

Project Jigsaw vs Maven

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

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?

OSGi, Java Modularity and Jigsaw

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

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

What is an illegal reflective access?