Trouble Shooting

[Eclipse, Java] Must declare a named package because this compilation unit is associated to the named module 에러 해결

단지은 2023. 6. 18. 18:23

문제 발생

Java Class를 생성하였는데, Must declare a named package because this compilation unit is associated to the named module 'HelloWorld' 라는 에러가 발생하였다.

 

이는 Java Project 생성 시 버전의 문제라고 한다.

 

해결 방법

Java Project 생성 시 JavaSE-1.8 버전을 선택하면 된다.

 

빨간색 x 표시가 뜨지 않는 것을 확인할 수 있다.