728x90
IntelliJ 빌드 에러
Gradle 환경
Execution failed for task ':ServerApplication.main()'.
> Process 'command 'C:/Users/multicampus/.jdks/openjdk-16.0.1/bin/java.exe'' finished with non-zero exit value 1
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
오랜만에 약 2주전에 끝난 프로젝트를 실행해보려고 빌드했더니 위와같은 오류가 발생하였습니다.
아래 해결방법으로 해보겠습니다.
- 좌측 상단
File
에서Settings
클릭 ( 컨트롤 + 알트 + s) Build, Execution, Deployment
에서Gradle
클릭- 아래 사진과 같이 따라해주시고
OK
클릭
이후 다시실행해보시고 안되시는 분들은 댓글을 남겨주세요!
728x90
'개발 > 술Talk' 카테고리의 다른 글
[Spring & Maria DB] 회원 정보 수정, 회원 정보 리스트 받아오기 (0) | 2021.08.18 |
---|---|
[Spring & Maria DB] Restful API 게시판 CRUD (0) | 2021.08.12 |
window 환경 Docker - Kurento ( 도커 - 쿠렌토 ) 사용하기 (11) | 2021.08.03 |
[ BE - JS ] 로그인, 회원가입, 로그아웃 구현 (0) | 2021.08.02 |
[ BE - JS ]JWT ( Security ) (0) | 2021.07.26 |