Installed Eclipse Classic 3.7 off. site and installed the GWT plugin for it in accordance with the instructions on google . Additionally, I installed GWT Designer .
But, if you follow the instructions for a quick start using their screenshots, it shows that our Ecplipse is not the same as theirs. With Alt + Shift + N or Ctrl + N, the sub-list of GWT is truncated, unlike the screen in the instruction .

What is the problem, I can not figure out the version of Eclipse, GWT incorrectly installed ...?
How can I add SmartGWT to Eclipse?
Maybe you should switch to another IDE?
If possible, more detailed answers and instructions from installing the environment to creating a project, adding components to the form and handling events using the GWT Designer.

    1 answer 1

    For SmartGWT I used

    http://uptick.com.au/blog?page=5

    went from the "end" of their list of examples to the beginning. There is also a link to install GWT. (but in general there are a lot of these links in the network, which I used at the beginning, I don’t remember)

    Eclipse does not look exactly like me either, as in the examples (the old version was more similar). I did not bother, compile, it works, and all right.

    For SmartGWT in Eclipse, the main thing is not to forget:

    one). Add the files smartgwt.jar and smartgwt-skins.jar to the project properties in JavaBuidPath AddExternalJars

    2). in ... / src /.../ my-proj-name.gwt.xml after (idiotic formatter, the character in the string cannot be less)

    <inherits name='com.google.gwt.user.User'/> добавить <inherits name="com.smartgwt.SmartGwt"/> 

    One more thing, I disable Google App Engine when creating a project.

    • Indeed, it seems in the google instructions, the Eclipse version is different from 3.7, simply because they used the old version. Google App Engine disable why? - Ildar
    • I ran into problems with opening files and sending mail to the server. I think there are others too. And he is not needed for our (at work) tasks, as I was told. - avp
    • <a href=" smartclient.com/smartgwt/ ... Notes for Smart GWT 2.5</a> says "Added GWT 2.3 support. Dropped support for GWT 1.5.x ", does this mean GWT 2.4 is not yet supported? - Ildar
    • I do not know. My Proprties -> Java Build Path costs GWT SDK [GWT - 2.3.0] - avp
    • Despite the Release Notes, there are no problems with Smart GWT 2.5 and GWT 2.4, GWT Designer also functions normally. - Ildar pm