min's devlog
[Java] java.lang.ClassNotFoundException 본문
문제
Error: Could not find or load main class ***
Caused by: java.lang.ClassNotFoundException: ***
해결
1. Project → Properties → Java Build Path → Order and Export → JRE System Library
2. Project - Clean
3. Project - Build Automatically (체크)
'Error Note' 카테고리의 다른 글
[Oracle] parents key not found (0) | 2022.06.11 |
---|---|
[CSS] 파일 적용 불가 (0) | 2022.06.07 |
DBeaver와 Oracle Cloud연결 (0) | 2022.05.17 |
Oracle 연결 (0) | 2022.05.17 |
[Oracle] Cannot delete or update a parent row: a foreign key constraint fails (0) | 2022.05.13 |
Comments