반응형

Eclipse Error) 자동완성(Ctrl+Space) 사용시 에러 출력 - this compilation unit is not on the build path of a java project
문제 화면에 텍스트를 출력해보려고 println을 사용하기위해 'syso'를 입력하였으나 에러가 발생하였고, 자동완성이 되지 않는다. this compilation unit is not on the build path of a java project 해결 방법 프로젝트 우클릭 -> Properties Project Facets - Java 체크 - Apply and Close 이클립스 재실행 결과 'syso'를 입력하였더니 정상적으로 자동완성 기능이 된다.
- Programming/Java & Kotlin
- · 2022. 12. 6.

Eclipse - 스프링 부트 설치하기
이클립스에 스프링 프레임워크 설치하기 (이클립스 실행 후) Help - Eclipse Marketplace... srping 입력 후 엔터 - 검색되는 Spring Tools Install Confirm I aceept the terms of the license agreements - Finish (Finish 후 조금 대기하면 Trust 창 출력) Select All - Trust Selected Restart Now 설치 확인 New - Other... 2. Spring Boot 확인
- Back End/Spring Boot
- · 2022. 11. 6.
반응형