I am using up-to-date Eclipse Luna which should be ready for Java 8. However when I choose to create a new server with Tomcat 7 and click Next, in the Add and Remove screen I ca
It is because Java version in your Project Facet is 1.8 make it 1.7.
Go to Project Properties -> Project Facets
and on right side checkboxes, select java checkbox(It might be already selected) and select the version as 1.7 from dropdown.