Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- API
- Thymeleaf
- string
- db
- SpringBoot
- spring
- html
- 자료구조
- Java
- Oracle
- jsp
- View
- Board
- jquery
- Scanner
- mysql
- Array
- MVC
- 문자열
- Eclipse
- 이클립스
- Database
- 배열
- rpa
- 조건문
- JDBC
- 상속
- Uipath
- React
- Controller
Archives
- Today
- Total
유정잉
[java eclipse 오류 해결] Error occurred during initialization of boot layer 본문
개발자 공부/문제해결
[java eclipse 오류 해결] Error occurred during initialization of boot layer
유정♡ 2024. 2. 13. 11:29java new project를 만들고 새로운 class를 만들고 run 실행을 시켰는데 이러한 오류가 뜨는 경우
Error occurred during initialization of boot layer
java.lang.module.FindException: Error reading module: C:\Users\유정공주\Desktop\java1\flower\bin
Caused by: java.lang.module.InvalidModuleDescriptorException: SunFlower.class found in top-level directory (unnamed package not allowed in module)
module-info.java 때문에 발생하는 오류이기 때문에 module-info.java파일을 삭제하면 해결 된다.


728x90
'개발자 공부 > 문제해결' 카테고리의 다른 글
드라이버가 SSL(Secure Sockets Layer) 암호화를 사용하여 SQL Sever로 보안 연결을 설정할 수 없습니다. (0) | 2025.03.20 |
---|---|
mapper mybatis 오류 해결 -> org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): (0) | 2024.06.17 |
인텔리제이 Maven Build Clean 하는 법 -> java: package ~~ does not exist 오류 해결 (0) | 2024.06.17 |
eclips 파일 실행 안 될 때 해결 방법 (0) | 2024.02.13 |
eclips 설치 무반응 해결방법 (1) | 2024.02.13 |