Page 1 of 1

About Question enthuware.ocpjp.v17.2.3017 :

Posted: Wed Dec 14, 2022 12:35 pm
by felipewind
About
Every module must reside in a directory of its own.
I thought that the module path (directory) could have multiple modules (jar files).

Re: About Question enthuware.ocpjp.v17.2.3017 :

Posted: Thu Dec 15, 2022 11:07 am
by admin
You may put multiple module jars in a directory and put that directory on the module path but then the jarred module itself is in its own jar, which is conceptually the same as the module being in a directory of its own. Technically, the module is in the jar.

But I agree that the option can be worded better to avoid this ambiguity.

thank you for your feedback!