Skip to content

Instantly share code, notes, and snippets.

@vegegoku
Last active May 13, 2019 07:35
Show Gist options
  • Save vegegoku/bfd47441d589d8aebb50cc808ee6d658 to your computer and use it in GitHub Desktop.
Save vegegoku/bfd47441d589d8aebb50cc808ee6d658 to your computer and use it in GitHub Desktop.
create and run gwt project in eclipse

1- Start eclipse

2- From eclipse marketplace seearch for gwt

3- install Eclipse GWT plugin 3.0.0

4- From eclipse menu select window -> preferences

5- open entry GWT -> GWT settings

6- Click Download button, this will take you the gwt sdk download page.

7- Donwolad and extract the latest sdk.

8- From eclipse GWT setttings preference window click on add

9- Select the extracted SDK folder.

10- Check the check box next to the new added SDK to make it default.

11- click Apply and close

Create and run a project

1- Locate the gwt plugin action button in the toolbar.

2- Select the button and select New GWT application project ... from the dropdown.

3- Enter the project name and package then click Finish

4- Select the newly created project and from the GWT action button select GWT compile project.

5- Once the compilation is completed, Right click the project then select Run as -> 2 GWT Development mode with jetty.

6- Once ready double click the url of the HTML to open it in the browser.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment