码迷,mamicode.com
首页 > 其他好文 > 详细

Syntax error, type parameters are only available if source level is 1.5

时间:2015-10-16 01:07:44      阅读:174      评论:0      收藏:0      [点我收藏+]

标签:

出处:

当我的eclipse使用jdk1.6的时候,创建泛型类,系统会提示错误:

“Set project compiler compliance settings to ‘1.5‘”

“Syntax error, type parameters are only available if source level is 1.5”

这时候需要改动两个地方:

1.右击项目-->properties-->java compiler -->选择enabel project specific setting -->Compiler compliance level :选择1.5版本,其他默认

2.右击项目-->properties -->project facets-->将java后的下拉框选择为5.0

Syntax error, type parameters are only available if source level is 1.5

标签:

原文地址:http://www.cnblogs.com/onlyts/p/4884040.html

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