I am trying to run my "Hello world" in GWT and using Eclipse. But I cannot create a module.
I right click on my package in the src-folder. Then I click other, find GWT classes, and choose Module. When I want to click next, it does not move to "next".
The next button works for all other gwt classes.
My download progress has been the following:
Creation of the project progress:
New GWT Application project
Write name of project and package
Click so generate sample code is off
I create it, but get the following error:
The project description file (.project) for 'new project' is missing. This file contains important information about the project. The project will not function properly until this file is restored.
My attempt at creating the module:
What am I missing?
I, personally, use Maven and have not to deal with the Eclipse set up. There are several places where you can generate a ready-to-go GWT project:
Follow the instructions on the page or inside the project to get it working.