Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- grep
- 단축키
- vscode
- JavaScript
- maVen
- Source
- lsof
- profile
- netsh
- 줄바꿈 문자
- Eclipse
- plugin
- IntelliJ
- tomcat
- ssh
- context
- resource
- import
- VirtualBox
- Mac
- port
- xargs
- 네트워크
- web.xml
- Quartz
- GIT
- bash
- Windows
- Windows 10
- find
Archives
- Today
- Total
develog
[Eclipse] Unsupported major.minor version 51.0 본문
오류
Unsupported major.minor version 51.0 |
조치
JAVA_HOME 변수 설정 확인 |
Project properties
- Java Build Path : Libraries > Add Library > JRE System Library > Alternate JRE > jdk1.7.0_80
- Java Compiler : Compiler compliance level > 1.7
- Project Facets : Java > 1.7 |
'IDE > eclipse' 카테고리의 다른 글
[eclipse] Run Configuration, file path (0) | 2018.03.28 |
---|---|
[eclipse] Project Facets (0) | 2017.09.27 |
[Eclipse] Context (0) | 2017.04.13 |
[Eclipse] cotext root (0) | 2017.04.10 |
[Eclipse] cannot change version of project facet dynamic web module to 2.5 (0) | 2017.03.29 |