Search code examples
Mockito in maven using JPMS cannot access a member of class with modifiers "private"...


javamavenjunitmockitojava-platform-module-system

Read More
Eclipse Java 11 classpath only not working compared to Maven...


eclipsejava-11java-platform-module-system

Read More
How can I test a service provider implementation module with Junit 5?...


javaservicejunit5java-modulejava-platform-module-system

Read More
How do you organize tests in a modular Java project?...


javamavenjava-9junit5java-platform-module-system

Read More
jdeps can't print-module-deps due to a MultiReleaseException...


javajavafxjava-platform-module-systemjava-17jdeps

Read More
Define a Java 9 multi-moduled project in Eclipse...


eclipsemoduleprojectjava-9java-platform-module-system

Read More
Unable to make field final transient java.lang.Class java.util.EnumSet.elementType accessible: modul...


javamavenjava-platform-module-systemjava-17

Read More
Is it possible to inherit reflective access to anonymous child module?...


javareflectionjava-platform-module-systemjava-17

Read More
Why does Maven not find org.json JPMS automatic module?...


javamavenjava-platform-module-system

Read More
Gradle, how to publish jdk8 variant with a Kotlin library...


kotlingradlebuild.gradlegradle-kotlin-dsljava-platform-module-system

Read More
What does a module.a binds module.b mean during the resolution?...


javajava-modulejava-platform-module-system

Read More
Spring Boot Application class does not existed in the test module(JPMS)...


javaspring-bootjava-platform-module-systemspring-boot-maven-plugin

Read More
JPMS ServiceLoader does not work for me as expected...


javajava-platform-module-systemserviceloader

Read More
Package is not visible error...


javajava-9java-modulejava-platform-module-system

Read More
java 9 modules with gradle not working: error: module not found: <module name>...


javamavengradlejava-platform-module-system

Read More
Make "gradle javadoc" task work with Java 9...


javagradlejavadocjava-9java-platform-module-system

Read More
What is an illegal reflective access?...


javajava-9java-modulejava-platform-module-system

Read More
Is Quarkus dev mode / live coding not working with JPMS/Java Modules?...


javaquarkusjava-platform-module-system

Read More
Unable to derive module descriptor: Provider {class X} not in module...


javajava-11java-modulejava-platform-module-systemserviceloader

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


javagradleproguardjava-platform-module-system

Read More
Getting the vendor of the used JRE since Java 9...


javajava-9java-platform-module-system

Read More
Difference between Exports, Indirect Exports, Requires and Indirect Requires in Java9?...


javajava-9java-platform-module-systemaccess-specifier

Read More
java compiler: module not found. How to inspect module resolution?...


javajava-platform-module-system

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


javaclasspathjava-9java-platform-module-systemmodule-path

Read More
error while exporting module in module-info.java -> Package is empty: projects...


javagradlejava-modulejava-platform-module-systemmodule-info

Read More
Unable to derive module descriptor for auto generated module names in Java 9?...


javanettyjava-9java-platform-module-systemmodule-info

Read More
Dependening on legacy jar in Java 9 Module System library using gradle...


javagradlejava-9java-platform-module-systemunnamed-module

Read More
Is the classpath really not accessible to Java modules?...


javajava-platform-module-system

Read More
Module is not in dependencies Intellij IDEA 2017.2.5 Java 9...


javaintellij-ideajava-9java-modulejava-platform-module-system

Read More
How do I export a JavaFX with extra modules to a JAR...


javajavafxjava-platform-module-system

Read More
BackNext