Unsupported major.minor version 51.0 but everything is set to JDK 1.6

给你一囗甜甜゛ 提交于 2019-11-28 20:11:08

Probably you have a dependency that needs Java 1.7

You're probably using a dependency which requires Java SE 7.

If this is the case either upgrade to Java SE 7 (recommended if you're using the JRE from Oracle without support contract, as Java SE 6 reached End of Life in February) or replace this dependency.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!