Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in java-platform-module-system

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

Define a Java 9 multi-moduled project in Eclipse

Groovy Java 9 modules support

Is it possible to use dependencies without module-info.class in a Java 9 module

Can I require Java 9 module via MANIFEST.MF?

How to get JUnit5 with JDK10 (jigsaw) and Maven3 to work?

Exporting a package from system module is not allowed with --release

How to export all packages from Java 9 module? [duplicate]

How do you organize tests in a modular Java project?

Where to place module-info.java using Java 9?

Using different versions of dependencies in separated Java platform modules

What do I need to build JDK 9 project with non-modular dependencies using Maven

Where should I put unit tests when migrating a Java 8 project to Jigsaw

How to create cross platform executables for JDK9 application using JLink command

"Module local" access behaviour in Java 9

How do I run images generated by JDK 9 jlink?

Why does Java application fail to run on Windows if jar file has L-attribute/reparse point

Unable to export a package from java.base module

How do I open packages and require dependencies on test scope modules only for JUnit testing

Will Cyclic Module Dependencies be Possible in Java 9?