How do upgrade to GWT 2.5 in Eclipse

后端 未结 1 1977
挽巷
挽巷 2021-01-05 12:34

I\'m using GWT 2.4 & Eclipse Juno. GWT is installed using the instructions at https://developers.google.com/web-toolkit/usingeclipse.

I\'d like to try GWT 2.5.

1条回答
  •  北荒
    北荒 (楼主)
    2021-01-05 12:42

    Currently, GWT 2.5 is only available as a Release Candidate, and as such is not delivered via the usual Eclipse update site yet. However, it's easy to use Eclipse with any GWT version:

    • Download the GWT SDK(s) you need from https://developers.google.com/web-toolkit/versions
    • Extract it anywhere you like
    • In Eclipse Preferences > Google > Web Toolkit, use the "Add..." button and navigate to the GWT SDK directory

    Then, in each Eclipse project's properties page (Project > Properties > Google > Web Toolkit), you can choose one of your installed SDKs.

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