New posts in java-module

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

Is there a replacement library for CORBA in JDK 11 [closed]

In Eclipse, what is the difference between modulepath and classpath?

Java 9: Module java.xml.bind is not accessible in Eclipse

Java 9 + maven + junit: does test code need module-info.java of its own and where to put it?

Classloaders hierarchy in Java 9

Illegal reflective access by org.springframework.cglib.core.ReflectUtils$1

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

creating module-info for automatic modules with jdeps in java 9

Cannot be cast to class because they are in unnamed module of loader 'app'

What is an automatic module?

How to inject module declaration into JAR?

What's the difference between requires and requires transitive statements in Java 9?

Find the missing module

How to use 3rd party library in Java9 module?

List the modules resolved during the application startup

JDK9: An illegal reflective access operation has occurred. org.python.core.PySystemState

Package conflicts with automatic modules in Java 9

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

What is an illegal reflective access?