IDE & Tool/Eclipse3 [Eclipse] 프로젝트 패키지 구조 변경 / Hierarchical 설정 / 단축키 2023. 4. 3. [JAVA] 디버깅 오류 / Eclipse Debug error / <error(s)_during_the_evaluation> 오류 : import com.sse.movie.admin.vo.AdminVO;AdminVO adminVO = new AdminVO(); Eclipse 의 Expressions를 통해 adminVO 의 year 값을 확인하고 싶을때,디버깅으로 작성할 표현식에서 adminVO.getYear() 입력시 오류 발생 해결 : 패키지를 포함하여 전체 클래스 경로와 이름을 선언com.sse.movie.admin.vo.AdminVO.getYear() "You should declare the whole classname including package to make it works."참고 : Stack Overflow에서 비슷한 토론을 찾았습니다: https://stackoverflow.com/questions/.. 2021. 11. 19. [Eclipse] 공백(Tab, Space) 들여쓰기 칸 수 표시 하는 방법/ 격자 추가 Eclipse에서 들여쓰기 표시를 설정하면 이렇게 된다. 탭 표시: >> 스페이스 표시 : . 1. 이클립스 설정 [ Window > Preferences ] 2. [ General > Editors > Text Editors ] 에 들어가서 show whitespace characters에 체크하면 끝 2021. 6. 3. 이전 1 다음