2017-09-05 22:16 GMT+09:00 Alan Bateman <alan.bate...@oracle.com>: > The issue here is that org.astro is not resolved because no module requires > org.astro. If you add `--add-modules org.astro` to the command line then it > will ensure that this module is resolved and you should see that > com.greetings reads it.
Thank you very much! Following your advice, I could investigate the implementation how required module add to module graphs. (e.g., java.lang.module.Resolver) I think that developers should know how to create module graphs correctly before modularing our applications step-by-step. I will re-investigate specifications and implementations, and write an article in my native language to help my neighbors. Thanks again! Yuji