Search code examples
What is the standard way to package/release a Java 17 application?...


javareleasejava-platform-module-system

Read More
Eclipse creates module-info.java in the ./src folder. Is it possible to move it in the ./src/java fo...


javaeclipsejava-platform-module-system

Read More
Why did Java 9 introduce the JMOD file format?...


javajava-9java-platform-module-systemjmod

Read More
How add "--add-exports" compiler directive to Maven compilation...


mavenkotlinjava-11java-platform-module-system

Read More
How do I get the jmod file of a given JDK class and walk tree of jmod?...


javajava-modulejava-platform-module-system

Read More
Java library: using JPMS to prevent internal library classes from using them...


javajava-platform-module-system

Read More
gradle Jigsaw module not found...


javagradlejava-9java-platform-module-systemhdrhistogram

Read More
Is there startup time regression in Java 9 ea?...


javajava-9java-platform-module-system

Read More
Where to place module-info.java using Java 9?...


javaosgiapache-felixjava-9java-platform-module-system

Read More
How does requires transitive work in Java?...


javajava-9java-platform-module-system

Read More
How to structure an Eclipse Java project with modules and test dependencies...


javaeclipsemavenjava-platform-module-system

Read More
Javalin with JPMS and ServiceLoader results in NoClassDefFoundError: kotlin/NoWhenBranchMatchedExcep...


javakotlinjava-platform-module-systemserviceloaderjavalin

Read More
Interactions between code in two unnamed modules...


javareflectionjava-platform-module-systemunnamed-module

Read More
Scanning classpath/modulepath in runtime in Java 9...


javaclasspathjava-9java-platform-module-systemjava-module

Read More
What is considered as Java core module?...


javamoduleclassloaderjava-9java-platform-module-system

Read More
How to compile with `javac` modules with `exports... to` directives without any warnings?...


javajavacjava-modulejava-platform-module-system

Read More
JaCoCo and MR Jars...


javajacocojava-9java-platform-module-system

Read More
How JPMS decide root modules at runtime...


javajava-modulejava-platform-module-system

Read More
Is there any need to switch to modules when migrating to Java 9 or later?...


javajava-11java-9java-platform-module-system

Read More
Application builds successfully but IntelliJ says my module does not read some other modules...


javaspring-bootgradleintellij-ideajava-platform-module-system

Read More
Gradle: Building a modularized library that is compatible with Java 8...


javagradlebuild.gradlejava-9java-platform-module-system

Read More
How to create a standalone application using JavaFX 11 (Modular)?...


javamavenjavafxjava-platform-module-systemopenjfx

Read More
Are there any JDK 11+ system modules which are not root modules?...


javajavacjava-modulejava-platform-module-system

Read More
What's the difference between the 'java.se' and 'java.base' Module in Java Platf...


javajava-platform-module-system

Read More
How to get JUnit5 with JDK10 (jigsaw) and Maven3 to work?...


javamaven-3junit5java-platform-module-systemjava-10

Read More
RuntimeException: Package jdk.internal.jimage.decompressor in module jrt.fs and module java.base...


javaintellij-ideajava-9java-platform-module-systemintellij-17

Read More
Lucene split package: module reads package 'org.apache.lucene.analysis.standard' from both &...


javalucenejava-platform-module-system

Read More
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
BackNext