Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in module-info

Can a module-info.java 'opens' statement include a package and all sub-packages?

java spring java-9 module-info

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

Failed to execute maven-compiler-plugin:3.6.1:testCompile when using java 9

JPMS/Jigsaw Missing Main Class in Module

Does JPMS support module version?

Java 9: Possible to have 2 modules with same name on module path

What's the purpose of 'uses' directive in Java 9?

What's the difference between Synthetic and Mandated Modifier in Java9

Unable to export a package from java.base module

Will Cyclic Module Dependencies be Possible in Java 9?

How to inject module declaration into JAR?

What is an open module in Java 9 and how do I use it?

What's the difference between requires and requires transitive statements in Java 9?

Unable to compile simple Java 10 / Java 11 project with Maven