Eclipse에서 .java 파일만 추가했는데, 탐색기 속 src/main/java 아래에 잡히지 않아서 불-편했었다.
나는 다음과 같이 해결했다.
1. Project 우클릭 -> Build Path -> Configration Build Path 로 Properties를 연 뒤에
2. Java Build Path 에서 source tab 클릭 후, Add Folder로 추가 파일의 경로 추가.
다시해보니, 다음과 같이 해결할 수도 있다.
1. 추가 파일 우클릭 -> use as a source folder
'java' 카테고리의 다른 글
Interface 상속 공부 (same signature interface method) (0) | 2022.01.11 |
---|---|
[Spring] Unsatisfied dependency expressed through field (0) | 2022.01.06 |
Unhandled exception type 에러 처리 (Exception) (0) | 2021.12.31 |
IllegalStateException : Cannot load configuration class 해결 (0) | 2021.12.30 |
maven/gradle 설치하기 (Ubuntu 20.04) (0) | 2021.02.24 |