Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in java-platform-module-system

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?

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?