๋ฐ์ํ
๐ ./gradlew build(test) failed
IntelliJ์์ gradle์ ์ฌ์ฉํ ๋, ํฐ๋ฏธ๋์์ ๋น๋ ๋ฐ ํ ์คํธ ๋ฑ์ Tasks๋ฅผ ์งํํ ๋ ์๋์ ๊ฐ์ ์๋ฌ๊ฐ ๋ฐ์ํ๋ค๋ฉด...
java.rmi.ServerError: Error occurred in server thread; nested exception is:
java.lang.NoClassDefFoundError: Could not initialize class org.jetbrains.kotlin.com.intellij.util.io.
FileChannelUtil
ํ์ฌ ํ๋ก์ ํธ์ JDK ๋ฒ์ ๊ณผ ์ปดํจํฐ์ JDK ๋ฒ์ ์ ํ์ธํด๋ณธ๋ค.
Project Structure > Project > Project SDK & Project language level
Project Structure > Modules > Language level
Terminal JDK version
์ฆ ์ ์ค์ ์ ๋ณด๋ฉด ํ๋ก์ ํธ๋ 1.8์ด๋ ํฐ๋ฏธ๋์์๋ 17๋ก ์ค์ ๋์ด ์๊ธฐ ๋๋ฌธ์ ๋ฐ์ํ๋ค.
JDK ๋ฒ์ ๋ณ๊ฒฝ(MacOS ๊ธฐ์ค)
- /usr/libexec/java_home -V : JDK ๋ฒ์ ํ์ธ
- vim ~/.bash_profile : JAVA ๊ฒฝ๋ก ์ค์
- source ~/.bash_profile : ๋ณ๊ฒฝ์ฌํญ ์ ์ฉ
๋ฐ์ํ
'Trouble Shooting' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ
๋งฅ ํฐ๋ฏธ๋์์ IntelliJ ์คํ์ด ์๋ ๋(idea .) (0) | 2022.08.09 |
---|---|
LazyInitializationException: could not initialize proxy - no Session Error (0) | 2022.06.01 |
Spring Boot(2.5x) Hibernate, data.sql ์คํ ์ ์ค๋ฅ(h2 database) (1) | 2021.07.27 |
[IntelliJ] java: cannot find symbol(ํด๋์ค import๊ฐ ์๋ ๋) (8) | 2021.06.23 |
GitHub Action - Build ์คํจ: Spring Boot profile (0) | 2021.06.22 |
๋๊ธ