unnamed-module Questions
1
Solved
Problem
How do you create a java library jar that both:
is java module (has module-info)
has a depending legacy (non-module) jar. (like commons-exec)?
The dependency is an implementation detail -...
Zadoc asked 26/3, 2021 at 15:21
1
Solved
I have created a multimodule project with the following structure
myproject
|- mymodule
|- src
|- main
|- java
|- com
|- mymodule
|- Util.java
|-newmodule
|-src
|-main
|-java
|-com
...
Righthander asked 17/8, 2018 at 4:0
2
Solved
I am trying to understand how JPMS works.
From here
The classpath is not completely gone yet. All JARs (modular or not)
and classes on the classpath will be contained in the Unnamed Module.
...
Bosket asked 17/9, 2017 at 10:51
1
© 2022 - 2024 — McMap. All rights reserved.