IntelliJ 실행시 finished with non-zero exit value 1 에러

yuseon Lim·2021년 5월 8일
0
post-custom-banner

😡 에러


별 코드도 작성 안했는데 프로젝트 만들고 실행하니 이런 에러가 뜬다..
Process 'command 'C:/Program Files/AdoptOpenJDK/jdk-11.0.8.10-hotspot/bin/java.exe'' finished with non-zero exit value 1

Gradle을 통하지 않고 바로 실행될 수 있도록 하면 된다.

😝 해결

  1. File > Settings 메뉴 클릭 (단축키: ctrl + alt + s)
  2. Build, Execution, Deployment > Build Tools > Gradle 메뉴 이동
  3. Build and run using을 IntelliJ IDEA 로 변경
  4. Run tests using을 IntelliJ IDEA로 변경
  5. Gradle JVM을 jdk11로 변경 ( 없으면 설치 )

참고자료

profile
🔥https://devyuseon.github.io/ 로 이사중 입니다!!!!!🔥
post-custom-banner

0개의 댓글