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 -...

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. ...
1

© 2022 - 2024 — McMap. All rights reserved.