[IntelliJ]_Cannot open library ISSUE with Debugger mode
현상 Spring 이 설치되어 있는 IntelliJ 프로젝트에서 실행은 정상적으로 작동하나, 디버그모드 실행시 아래와 같은 빨간색 오류코드 발생 NPT Cannot open libaray 과 함께 Event log 에는 intellij Applicastion Server was not connected before run configuration stop reason Unable to ping --- 이 발생할 경우 첫 빌드 시작시 경로에 Users 다음 한국어가 껴있는지 확인한다. 인코딩이 잘못 되어있을경우 오류가 발생한다. 해결방법 1. User 이름 변경 2. JDK 경로 한국어가 들어가지 않는 경로로 변경한다.
2022.07.19