java package error : java - Error: Must declare a named package because this compilation unit is associated to the named module '*******' [on hold]
java - Error: Must declare a named package because this compilation unit is associated to the named module '*******'
Can someone please explain what kind of error is this ??
windows
New contributor
user977639 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
put on hold as unclear what you're asking by Scott, Journeyman Geek⦠20 hours ago
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, itâÂÂs hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
add a comment |Â
java - Error: Must declare a named package because this compilation unit is associated to the named module '*******'
Can someone please explain what kind of error is this ??
windows
New contributor
user977639 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
put on hold as unclear what you're asking by Scott, Journeyman Geek⦠20 hours ago
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, itâÂÂs hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
I understand the message as "you must use a non-default package for your classes". Create a package, move classes to it, and declare a package in the file. Source
â CodeIt
21 hours ago
add a comment |Â
java - Error: Must declare a named package because this compilation unit is associated to the named module '*******'
Can someone please explain what kind of error is this ??
windows
New contributor
user977639 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
java - Error: Must declare a named package because this compilation unit is associated to the named module '*******'
Can someone please explain what kind of error is this ??
windows
windows
New contributor
user977639 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
user977639 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
user977639 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked 21 hours ago
user977639
1
1
New contributor
user977639 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
user977639 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
user977639 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
put on hold as unclear what you're asking by Scott, Journeyman Geek⦠20 hours ago
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, itâÂÂs hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
put on hold as unclear what you're asking by Scott, Journeyman Geek⦠20 hours ago
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, itâÂÂs hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
I understand the message as "you must use a non-default package for your classes". Create a package, move classes to it, and declare a package in the file. Source
â CodeIt
21 hours ago
add a comment |Â
I understand the message as "you must use a non-default package for your classes". Create a package, move classes to it, and declare a package in the file. Source
â CodeIt
21 hours ago
I understand the message as "you must use a non-default package for your classes". Create a package, move classes to it, and declare a package in the file. Source
â CodeIt
21 hours ago
I understand the message as "you must use a non-default package for your classes". Create a package, move classes to it, and declare a package in the file. Source
â CodeIt
21 hours ago
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
I understand the message as "you must use a non-default package for your classes". Create a package, move classes to it, and declare a package in the file. Source
â CodeIt
21 hours ago