스프링

[Spring] ctrl + space 작동되지 않을 때

easy-6 2025. 2. 17. 00:11

this compilation unit is not on build path of a Java project 메시지와 함께 자동완성이 되질 않았다. 

구글 검색을 통해 해결 방법을 알게 되었다. 

https://naranara88.tistory.com/636

 

[자바/JAVA] - This compilation unit is not on the build path of a java project(이클립스 ctrl 스페이스 안될 때)

자바 / JAVA This compilation unit is not on the build path of a java project 이클립스 ctrl 스페이스 안될 때 svn에서 check out으로 프로젝트 잘 받아놓고나니 이클립스에서 ctrl + 스페이스를 누르니 "This compilation uni

naranara88.tistory.com

https://stackoverflow.com/questions/25401124/this-compilation-unit-is-not-on-the-build-path-of-a-java-project

 

This compilation unit is not on the build path of a Java project

When I try to use ctrl+space this error is shown: This compilation unit is not on the build path of a Java project. I see that there are similar topics but my work environment is Eclipse and i p...

stackoverflow.com

위의 링크 2개를 통해서 수정하면 다시 ctrl + space가 잘 작동하는 것을 볼 수 있다.