반응형
🌿 기본 환경: IDE: STS4, Language: Java
발생 Error
🚨 Github에서 project clone 후, project import 시, No projects are found to import 발생
발생 원인
import - General - Existing Projects into Workspace 시, .classpath가 없을 경우 인식되지 않음
해결 방법
import - General - Projects from Folder or Archieve로 project import
+ project import 후, Gradle Project 미인식 문제는 이 글로!
참고 자료
자바이클립스 import 에러 : No projects are found to import
.classpath같은 파일이 없으면 import 인식을 못한다고 어디서 봤다. 아무튼 이런 경우에는 File > Open Projects from File System에서 폴더를 가져오면 된다.
humahumahuma.tistory.com
Spring 프로젝트 불러오기, 내보내기 (Import, Export)
Import (불러오기) Package Explorer에 마우스 오른쪽 클릭 후 Import... 클릭 General,Git,Maven등 여러 종류를 import할 수 있지만 다운로드된 프로젝트를 불러오기 위해 General에서 Existing Projects into Workspace를
hoonys91.tistory.com
반응형
'Java > Spring with Error' 카테고리의 다른 글
[해결 방법] finished with non-zero exit value 1 (0) | 2023.06.14 |
---|---|
[해결 방법] Package name does not correspond to the file path (0) | 2023.06.06 |
[해결 방법] import org.springframework cannot be resolved (0) | 2023.05.30 |
[해결 방법] Whitelabel Error Page (0) | 2023.05.30 |
[해결 방법] No matching variant of org.springframework.boot:spring-boot-gradle-plugin:3.1.0 was found (0) | 2023.05.29 |