써먹는 웹개발
[IntelliJ] 서버 실행시 finished with non-zero exit value 1 오류 해결방법 본문
Developer Tools/IntelliJ & DataGrip
[IntelliJ] 서버 실행시 finished with non-zero exit value 1 오류 해결방법
kmhan 2021. 3. 22. 00:56728x90
반응형
서버 실행시 finished with non-zero exit value 1 오류 해결방법입니다.
- [File > Settings] 메뉴 클릭(단축키: ctrl + alt + s)
- [Build, Execution, Deployment > Build Tools > Gradle] 메뉴로 이동
- Build and run using을 IntelliJ IDEA로 변경
- Run tests using을 IntelliJ IDEA로 변경
- Gradle JVM을 jdk11로 변경(없다면 설치)
728x90
반응형
'Developer Tools > IntelliJ & DataGrip' 카테고리의 다른 글
[IntelliJ] 프로젝트 클린(clean) 방법 (0) | 2021.05.07 |
---|---|
[IntelliJ 펌] run 할때 finished with non-zero exit value 1 오류 (0) | 2021.05.06 |
[Intellij] Spring Initializr가 없는 이유 및 해결방법 (1) | 2021.04.27 |
[IntelliJ] Windows 단축키 1탄 : 설정 관련 단축키 (0) | 2021.03.29 |
[IntelliJ] Web server failed to start. Port 8080 was already in use. 메세지 출력시 다른 포트로 변경방법 (0) | 2021.03.22 |
Comments