Reputation: 1583
According to this article It seems to be easy to add Java 8 feature to Eclipse. Somehow it doesn't work for me because I can't use the new syntax and I can't choose enviroment version 1.8 although JDK1.8 is installed and picked in eclipse' settings. There are no errors while installing feature or restarting eclipse.
Platform: Win7 x64
Eclipse version: Kepler SR2 Build 20140224-0627
Any Ideas?
Upvotes: 3
Views: 3139
Reputation: 20455
I have created some kind of a graphical tutorial.
Alternatively, install Eclipse Luna 4.4 M7 and you do not have to install the Eclipse Kepler Java 8 patch.
Before the next step, if you still do not have JDK1.8.0 installed, go to Add... button and add your Java 8 JDK to your Eclipse. You may ommit the step of changing the Javadoc location if you have not downloaded it to your local disk, it is just for faster access to Javadoc.
Upvotes: 6