Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in java-platform-module-system

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?

Loading classes and resources in Java 9

Project Jigsaw vs Maven

findResource("") returning null when module-info.java is present, why is that?

What's the difference between --add-exports and --add-opens in Java 9?

Why did Java 9 introduce the JMOD file format?

Why project Jigsaw / JPMS?

OSGi, Java Modularity and Jigsaw