The solution marked as correct says that: "This file must be present in enthu.finance directory."
However, I don't believe this is mandatory, is it?
For example, we can have a structure like:
C:\1Z0-817
└───mod1
│ module-info.java
│
└───by
└───boot
└───java
└───pkg
└───logger
MyLogger.java
With module-info.java containing:
Code: Select all
module by.boot.java.mod.logger {
}
Thanks.
Regards,
Radu