반응형
Intellij에 Gradle 프로젝트를 Import 하였는데 아래와 같이 오류가 발생한다.
Caused by: org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed
검색 결과 Intellij에서 자바 실행을 안되는 경우 나오는 오류 메시지로 확인이 되었다.
프로젝트 JDK, Gradle JDK 설정 확인 필요
- 프로젝트 JDK
Windows : File -> Project Structure (Ctrl + Alt + Shift + S)
Mac : File -> Project Structure
해당 프로젝트 JDK 버전과 일치한지 확인
- Gradle JDK
Windows : File -> Settings (Ctrl + Alt + S)
Mac : Intellij IDEA | Preferences
1. Build and run using, Run tests using -> Intellij IDEA로 변경
2. Gradle JVM 해당 프로젝트 JDK 버전과 일치한지 확인
728x90
반응형
'Tool > Intellij' 카테고리의 다른 글
[Intellij] Jar 파일 생성, 외부 Jar 파일 추가 (0) | 2022.10.14 |
---|---|
[Intellij] 프로젝트에 VM option, argument 설정 (0) | 2022.03.11 |
[Intellij] git project import 방법 (0) | 2022.03.11 |
[Intellij] gradle 프로젝트 import 방법 (1) | 2022.01.05 |
[Intellij 2020.3] node.js 프로젝트 생성 (0) | 2021.07.11 |