Eclipse

· spring
Build path specifies execution environment JavaSE-1.6. warning. There are no JREs installed in the workspace that are strictly compatible with this environment. 문제 해결 방법 아래 순서 따라하시면 경고가 사라집니다 ^-^ 1. porject 우클릭 > properties 2. java build Path > libraries 3. JRE System Library 제거(Remove) 4. Add Library 클릭 5. JRE System Libarary 선택 후 Next 쭉쭉 default 값으로 진행하고나서 경고가 사라진 걸 확인하면 끝 !!
· spring
프로젝트 진행 중 서버를 실행했다 중지했다 재실행 해야할 일이 많이 생긴다. 그러면서 가끔 뜨는 에러 Server at localhost failed to start. 잘 사용하다가 갑자기 에러가 뜬다면 project - clean 부터 해주자 ! 어지간하면 대부분 해결된다.
개발자최씨
'Eclipse' 태그의 글 목록