Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- 번역
- javascript
- caddy
- C
- server
- centOS7
- 자바
- NGINX
- 프래그먼트
- H2O
- 개발자
- Portfolio
- android
- 구글
- 한글
- C lanuage
- 개발
- MySQL
- techEmpower
- 해석
- 컴퓨터과학총론
- 안드로이드
- it
- kakao
- unity
- error
- mariadb
- java
- php
- ubuntu
Archives
- Today
- Total
개발모음집
spring 세팅때 문제였던 점 본문
를 통해서 스프링을 만듦
Could not target platform: 'Java SE 11' using tool chain: 'JDK 10 (1.10)'.
preference - Build, Execution, Deployment - build Tools - Gradle 에서
Build and run using과 Run tests using을 intellij IDEA로 변경하고
Gradle JVM을 11버전으로 변경
2번째 에러
java.lang.UnsupportedClassVersionError:
project name has been compiled by a more recent version of the Java Runtime
(class file version 55.0), this version of the Java Runtime only recognizes class file
versions up to 54.0
file - Project Structure - Project - Project SDK 11로 변경
출처 : twofootdog.tistory.com/57