码迷,mamicode.com
首页 > 编程语言 > 详细

Cannot switch on a value of type String for source level below 1.7. Only convertible int values or enum variables are permitted

时间:2017-09-26 13:04:27      阅读:458      评论:0      收藏:0      [点我收藏+]

标签:variable   lips   not   es2017   提示   .com   ges   int   img   

在java中写switch代码时,参数用的是string,jdk用的是1.8,但是还是报错,说不支持1.7版本以下的,然后查找了项目中的一些文件,打开一个文件如下,发现是1.6的版本,好奇怪啊,按照eclipse提示,将版本换成1.7的,就可以了。

技术分享

技术分享

 

Cannot switch on a value of type String for source level below 1.7. Only convertible int values or enum variables are permitted

标签:variable   lips   not   es2017   提示   .com   ges   int   img   

原文地址:http://www.cnblogs.com/fxl-njfu/p/7595943.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!