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
- VirtualBox
- Eclipse
- bash
- grep
- 줄바꿈 문자
- 네트워크
- JavaScript
- tomcat
- web.xml
- Quartz
- find
- xargs
- Source
- port
- maVen
- import
- Windows 10
- ssh
- context
- 단축키
- profile
- GIT
- Mac
- lsof
- resource
- vscode
- netsh
- plugin
- Windows
- IntelliJ
Archives
- Today
- Total
develog
[Java] Unsupported major.minor version 51.0 본문
오류
Unsupported major.minor version 51.0 |
조치
eclipse 의 Java 버전을 맞춰준다 |
cmd > javac -version
eclipse > Window > Preferences > Java > Installed JREs
eclipse > project > Properties > Java Build Path > Libraries
'Dev > Java' 카테고리의 다른 글
[SSL] openssl 로 자체 서명 인증서 만들기 | self signed certificate (0) | 2016.12.08 |
---|---|
[Java] log4sql-slf4j (0) | 2016.09.12 |
[log4j] ConversionPattern (0) | 2016.06.02 |
[Java] context.xml (0) | 2016.05.30 |
[Maven] pom.xml, java 1.8 (0) | 2016.05.29 |
Comments