The project XXX does not have any GWT SDKs on its build path

前端 未结 7 1081
悲&欢浪女
悲&欢浪女 2020-12-08 10:38

Sometimes, when I start Eclipse (Java EE IDE for Web Developers, Indigo SR 1) on my MacOSX Lion, my GWT (2.4.0) project initially fails to compile<

7条回答
  •  天命终不由人
    2020-12-08 11:05

    In my case the GWT_CONTAINER was added below the JRE_CONTAINER. Fixing this manually within my .classpath file solved the problem!

    
    
    

提交回复
热议问题