#The public type HelloJava must be defined in its own file.
1. 클래스 이름과 파일명이 일치하지 않을 때
2. public을 쓸 수 있는 클래스는 파일명과 일치하는 클래스 하나 뿐인데, 그 외의 클래스에서 사용되었을 때
'Develop > Trouble Shooting' 카테고리의 다른 글
Git Error : main -> main (0) | 2022.08.29 |
---|---|
Git Error : CRLF will be replaced by LF (0) | 2022.08.29 |
VS Code Error : crbug/1173575, non-JS module files deprecated. (0) | 2022.08.26 |
Gradle - compile 에러 (0) | 2022.07.26 |
spring boot - naver open api 를 통해서 맛집 리스트 만들기 (0) | 2022.07.24 |