Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in java-platform-module-system

Add a custom JMOD to the module path with Java 9

Immutables don't generate code with java 9 with modules

JDK 9 + Mac OS + jlink?

How many unnamed modules are created in Java 9?

Is there a maven jigsaw jlink plugin?

What's the magic behind ScalaFX to make OpenJDK 9+ actually work?

Package is not visible error

Is it possible to mix Java 8 and Java 9 source code in the same project without using compiler flags?

How to resolve module-info.java compile error in Jdk9/java-9

How split packages are avoided in Java 9

Package accessible from more than one module: <unnamed>

Are cycles allowed between platform modules?

How to patch OpenJDK 9 with Jigsaw integrated?

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