Java 8 support should appear in GWT 2.8 according to this post: Java 8 support in GWT .
So basically you cannot use Java 8 in GWT 2.6. As far as I understand, there are some improvements in 2.7, but this is not enough. There is a way that dividing the project, you can achieve that you can use Java 8 on the server side and java 7 with GWT in the user interface.
source share