最近打算学习下java8,发现我的eclipse(kepler)选择编译级别时无法选择1.8。分享下配置。
------------------------------------------------------------------------------------------------------------------------
从eclipse4.4(luna) 开始,内置对java8的支持,但是对于kepler,需要安装一个更新。
- Help > Install New Software...
- 在 'Work with' 框里输入下面的网址:
http://download.eclipse.org/eclipse/updates/4.3-P-builds/
- 点击确认
- 选择 'Eclipse Java 8 Support (for Kepler SR2)'
- 为了快速安装,不要选择 'Contact all updates sites during install to find required software'
- 单击 下一步
- 单击 下一步
- 接受协议
- 单击 完成
- 重启Eclipse
参考 :点击打开链接