python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Are there any JDK 11+ system modules which are not root modules?
In JDKs 9 and 10, there used to be a few modules such as java.xml.bind, containing Java EE classes. They were marked as deprecated and to be removed with the advent of JDK 9 and finally removed in 11 ...

kriegaex
Votes: 0
Answers: 1
Running a spring-boot-gradle-plugin fat jar with named application modules at runtime?
I've got a simplest modular sample application made with Gradle and Spring Boot, and I'm having trouble to launch it with the modules being full-fledged named modules at runtime.
My questions are the ...

Pavel Taruts
Votes: 0
Answers: 0
What's the difference between the 'java.se' and 'java.base' Module in Java Platform Modules System
I am not sure if I got it right: java.base is the underlying base module from all other modules and contains all the base stuff from them, like a superclass from a class. And java.se is the module w...
Yoo oo
Votes: 0
Answers: 1
How do I resolve UnsatisfiedLinkError with JavaCPP native libraries while using JPMS Java modules?
I have a Java 17 project using Gradle with a multitude of JavaCPP libraries. I started with a simple demo project that I cloned from the JavaCPP Github repo. This sample project incorporates several n...

Brian King
Votes: 0
Answers: 1