Java 8 正式版今天已经发布了(详情),但最常用的 Java 开发工具 Eclipse 还没有正式发布对 Java 8 的支持。不过目前可以通过更新 JDT 来支持 Java 8。步骤如下:
- 菜单:Help > Install New Software...
- 输入如下 URL 地址:
http://build.eclipse.org/eclipse/builds/4P/siteDir/updates/4.3-P-builds
- 按回车键
- 选择分类 'Eclipse Java 8 Support (BETA)'
- 为了更快速的安装,请不要选择 'Contact all updates sites during install to find required software'
- 点击 'Next'
- 点击 'Next'
- 接受协议
- 点击 'Finish'
- 重启 Eclipse
转自:http://www.oschina.net/question/12_147761