Search code examples
eclipsegwt

Can't create a GWT web application in Eclipse


I'm installing the plugin following these istruction http://gwt-plugins.github.io/documentation/gwt-eclipse-plugin/Download.html The installation appears to be successful (if i go on the installed plugins I can see GWT Eclipse plugin 3.0.0) , but when I have to create a new web application I don't find the button for create it. I tried to search the button in "other" too. Eclipse version: 4.22.0


Solution

  • The eclipse plugin is not fully maintained right now, the recommended way for creating new GWT projects is to use a multi module archetype that separate the client from the server, there is already a good archetype to do that you can find it here tbroyer gwt archetype and follow the instructions in the readme file to check how you can run the application.