Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in java-platform-module-system

XStream Illegal reflective access Problem after upgraded to java 10 [duplicate]

How to create a standalone application using JavaFX 11 (Modular)? [duplicate]

JPMS: --add-opens doesn't work for java.lang.reflect.InaccessibleObjectException

Load class from exploded module using custom classloader

How to prevent proguard from removing "module-info.class" from the output jar?

idea: too many module declarations found

How to add several jars to module path?

Can I use module-info.java if target level is 8?

Understanding how the main class affects JPMS

Eclipse issue with java 9 and maven

Java Beans Introspector requires desktop module

In Java 9, why are package collisions treated a bit differently in some cases?

List the modules resolved during the application startup

Is there dynamic module discovery in JDK9?

Java 9 Modules and JUnit 4

Make classes public, but remain private to a JAR file

What is the significance of java.se module in Java 9?

How to use sun.reflect package in jdk9/java-9?

How to properly link to a modularized dependency using the Maven Javadoc Plugin?

How can I handle split packages in automatic modules?