๋ฐ์ํ ์ดํด๋ฆฝ์ค2 [Java] Unsupported major.minor version 52.0 Error ํ๋ก์ ํธ ์ธํ ๋์ค java.lang.UnsupportedClassVersionError: org/springframework/util/StopWatch : Unsupported major.minor version 52.0 (unable to load class org.springframework.util.StopWatch) ๋ผ๋ ์๋ฌ๊ฐ ๋ฐ์ํ์์ต๋๋ค. version 52.0์ jar ํ์ผ์ ๋น๋ jdk ๋ฒ์ ์ ๋ํ๋ ๋๋ค. ์ซ์ ๋ณ ์๋ฐ ๋ฒ์ Java SE 13 = 57 (0x39hex) Java SE 12 = 56 (0x38 hex) Java SE 11 = 55 (0x37 hex) Java SE 10 = 54 (0x36 hex) Java SE 9 = 53 (0x35 hex) Java SE 8 = 52 .. 2022. 6. 10. [Java] javax.net.ssl.SSLHandshakeException: connection during handshake ์ค๋ฅ ๋ด์ฉ javax.net.ssl.SSLHandshakeException: Remote host closed connection during handshake ์์ธ ์๋ฒ์ ํด๋ผ์ด์ธํธ์ SSL/TLS ๋ฒ์ ์ด ๋ง์ง ์์ ๋ฐ์ ๊ณผ๊ฑฐ Tomcat jdk 1.6๋ฒ์ ์ฌ์ฉํ์๋ ์๋ฒ arguments์ '-Dhttps.protocols=TLSv1'๋ฅผ ์ถ๊ฐํ์์ต๋๋ค. ๋ฐฉ์ System.setProperty("https.protocols", "TLSv1.2"); ์ฝ๋์ ์ถ๊ฐ ํ์ฌ๋ Tomcat jdk 1.8์ ์ฌ์ฉํ์ฌ '-Dhttps.protocols=TLSv1'๋ฅผ ์ญ์ ํด์ฃผ์๋๋ ์ ์ ๋์ํ์์ต๋๋ค. ์ฐธ๊ณ : https://sagittariusof85s.tistory.com/158 2022. 3. 23. ์ด์ 1 ๋ค์ ๋ฐ์ํ