Installing GWT plugin with Eclipse

前端 未结 3 1042
猫巷女王i
猫巷女王i 2021-01-04 03:46

I am trying to use GWT and I am very new to it. Following the doc, I tried to install the GWT plugin for Eclipse but then I have an error message :

Cannot c         


        
相关标签:
3条回答
  • 2021-01-04 04:08

    I had the same issue, but I think it's because I was using eclipse Juno (the google documentation says to use indigo). The jetty project recently moved under the eclipse umbrella, and the jetty bundles (org.mortbay.jetty.server) were renamed (see http://www.eclipse.org/proposals/jetty/). Thus the 3.7 google plugins wouldn't be able to resolve dependencies correctly.

    0 讨论(0)
  • 2021-01-04 04:15

    This is because you're attempting to use the latest Juno build, 4.2, with a plugin link for 3.7.

    Use the following update site: http://dl.google.com/eclipse/plugin/4.2

    Everything should work fine now.

    0 讨论(0)
  • 2021-01-04 04:18

    If you still want the earlier (3.x) version of the plugin try copying the plugins directory of some team member who already has that version of the plugin installed. I couldn't imagine the reason why google decomittioned the previous version of the plugin!

    0 讨论(0)
提交回复
热议问题