All the posts and topics that contain only an error report will be moved here after the error is corrected. This is to ensure that when users view a question in ETS Viewer, the "Discuss" button will not indicate the presence of a discussion that adds no value to the question.
Moderators: Site Manager , fjwalraven
yulinxp
Posts: 11 Joined: Sat Dec 02, 2023 12:54 pm
Contact:
Post
by yulinxp » Thu Dec 21, 2023 9:22 pm
For last option and explanation... Isn't com.acme.DB class name, not module name?
Code: Select all
module inventory{
requires com.acme.DB transitively;
}
It should be requires transitive com.acme.DB;
admin
Site Admin
Posts: 10384 Joined: Fri Sep 10, 2010 9:26 pm
Contact:
Post
by admin » Fri Dec 22, 2023 4:51 am
No, why do you think it is a class name?
yulinxp
Posts: 11 Joined: Sat Dec 02, 2023 12:54 pm
Contact:
Post
by yulinxp » Fri Dec 22, 2023 11:17 am
I remember the question states com.acme.DB is class within com.acme module. But I can't go back to the question to check.
admin
Site Admin
Posts: 10384 Joined: Fri Sep 10, 2010 9:26 pm
Contact:
Post
by admin » Sat Dec 23, 2023 3:28 am
Ok, I see what you mean now. You are right. Should be fixed.
thank you for your feedback!
Users browsing this forum: No registered users and 9 guests