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)
Java:: Module(s) within module?
Is module(s) within module supported in Java Platform Module System (JPMS)? Is it a good practice?
Let's take the following structure as an example. I did not include the module descriptors (module-in...
Aria
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
From shading to modules: How to avoid version conflicts?
My context is that I have written a java library that does something "useful" and this library is (as is common for libraries) to be used in other applications.
Among other things my library...
Niels Basjes
Votes: 0
Answers: 0
Java 11 + Gradle with modules + JavaFX + Tablesaw yields ResolutionException
Please forgive me in advance as I've been using Java since the early 2000s and have been slow to transition new projects toward being compliant with Project Jigsaw and modules (introduced in Java 9.) ...

Brian King
Votes: 0
Answers: 1