本文介绍了在Eclipse中如何升级到GWT 2.5的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我正在使用GWT 2.4& Eclipse Juno。 GWT是使用
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.
How do I upgrade from GWT 2.4 to 2.5?
解决方案
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.
这篇关于在Eclipse中如何升级到GWT 2.5的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!