Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in java-platform-module-system

Package 'com.example' reads package 'javafx.beans' from both 'javafx.base' and 'javafx.base'

Does JPMS support module version?

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

Multiple Java 9 modules from a single Maven module?

Is there any way to use jlink in IntelliJ IDEA to create a custom modular run-time image?

Why does compilation of public APIs leaking internal types not fail?

Java 9: Exporting packages to unnamed modules fail

Missing dependencies when generate-module-info jdeps

IntelliJ with JDK10 SDK doesn't compile maven project with 1.8 target

Is there startup time regression in Java 9 ea?

Java 11: Implementation of JAXB-API has not been found on module path or classpath

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?