컴퓨터가 이상해요 모음집
The package javax.swing is not accessible 오류
피까츄
2024. 11. 1. 21:08
Exception in thread "main" java.lang.Error: Unresolved compilation problem:
가 뜨며 The package javax.swing is not accessible 라고 뜨는 오류를 발견했다
평범한 GUI 코드였는데...

문제는 체크되어 있는 module-info.java 파일이었다
파일의 정체는 모르지만 삭제하면 오류가 없어진다