GWT/ Eclipse: ClassNotFoundException com/google/gwt/dev/Compiler

前端 未结 8 711
醉话见心
醉话见心 2021-01-05 14:27

i recently updated from GWT 2.0.4 to 2.1.0. Since then I cannot compile my GWT application anymore. When I click on the GWT compile button of the GWT eclipse plugin I get th

8条回答
  •  北荒
    北荒 (楼主)
    2021-01-05 15:11

    I fix that problem doing this:

    • remove GWT lib from your project
    • update gwt plugins for eclipse
    • put the lib back in your project
    • Done

提交回复
热议问题