Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in java-platform-module-system

Access jdk.unsupported from JUnit doesn't need module require

Unnamed Modules cannot be read

How to use log4j with maven and java9 in Eclipse Oxygen?

Interactions between code in two unnamed modules

Potential problems when using a modular jar on the classpath

How to run Java 9 application with classpath rather than module path in IDEA?

Mix --class-path and --module-path in javac (JDK 9)

How to resolve java.lang.module.ResolutionException in JDK9

Error while trying to compile and run sample module in Java

How to run Spring Boot .jar with Java Modules?

How is Java 8 modules different from OSGi?

Migrating from jaxb xjc generation to jakarta and Java 17

How can I specify --add-opens from a project level and make sure it is taken into account whatever the means to run my app?

Where to find the Java 9 module descriptor reference? [closed]

What are the predefined modules in JDK9 or Which module do I need to fix dependency problems?

How to add org.eclipse.swt (and other plugin dependencies) as an automatic Java9 module?

Why do we need requires static in java-9 module system? [duplicate]