简体   繁体   中英

IntelliJ and Google Web Toolkit

I'm currently looking at Google Web Toolkit and wish to give it a run about, however I use IntelliJ. According to IntelliJ's website, IntelliJ has built in native support for GWT, however, I don't seem to be able to setup it as the website outlines... I'm wondering if it's due to the fact I'm using community edition, or if I'm just not seeing the full picture.

Could somebody point me in the direction of any tutorials related to setting up GWT with IntelliJ so that I can get underway creating an app with it?

Do you have IntelliJ Community Edition?

There is no GWT support in the Community Edition.

But you still can use it, check this tips .

Otherwise: Create a new project > Java > Google web toolkit .

If you dont see it there:

Open the Project Structure dialog ( Ctrl + Shift + Alt + S ).


Go to Facets, and select GWT. In the Defaults tab, specify the path to the GWT installation folder. Click OK.

This is a nice example of Maven with GWT.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM