如何解决包含GWT Material Design的编译错误

时间:2018-12-02 12:42:57

标签: gwt material-design carousel

我想在我的项目上使用MaterialCarousel,因此我想我相应地设置了我的项目。这是我尝试编译时得到的。

Compiling module org.vadiraj.curiosity.GWTCuriosity
   Ignored 240 units with compilation errors in first pass.
Compile with -strict or with -logLevel set to TRACE or DEBUG to see all errors.
   Tracing compile failure path for type 'gwt.material.design.addins.client.carousel.MaterialCarousel'
      [ERROR] Errors in 'gwt/material/design/addins/client/carousel/MaterialCarousel.java'
         [ERROR] Line 135: Lambda expressions are allowed only at source level 1.8 or above
   [ERROR] Hint: Check the inheritance chain from your module; it may not be inheriting a required module or a module may not be adding its source path entries properly

1 个答案:

答案 0 :(得分:2)

GWT 2.7不支持Java 8,因此不支持任何最新的GWT Material Design版本。 GWT 2.8.0于2016年发布,截至该答案的最新版本为2.8.2,通常应使用它而不是更早的2.8版本。