Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is Java 8 compatible with GWT 2.6 or 2.7? [duplicate]

I have an application which is developed using GWT 2.6 and Java 7. Now I am updating it to Java 8 with GWT 2.6.

  1. Is GWT 2.6 compatible with Java 8? Will it build/compile fine?
  2. Is GWT 2.7 compatible with Java 8? Any suggestion?
like image 932
mohammed sameen Avatar asked Apr 28 '15 07:04

mohammed sameen


1 Answers

If you're only interested in using a JDK 8 to compile your application, without using Java 8 language constructs, then GWT 2.6 and 2.7 will work.

Java 8 as a source language won't be supported before GWT 2.8 though, as already pointed by others.

like image 155
Thomas Broyer Avatar answered Oct 03 '22 08:10

Thomas Broyer