Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in java-platform-module-system

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?

List modules in jar file

Create Java runtime image on one platform for another using Jlink

Does the Java 9 Module system support optional dependencies?

Properly implementing Java modules in a Maven build with inter-module test dependencies

Is it possible to mix --class-path and --module-path in javac (JDK 9)?

Package conflicts with automatic modules in Java 9

JSR-305 annotations replacement for Java 9

New Keywords in Java 9

What is an automatic module?