I followed these instructions to install Google Web Toolkit in a freshly installed Eclipse (Luna). I have Java version 8 on Mac OS 10.7.5. I restarted Eclipse twice for good measure. I can see the following installed software:
I now want to start making a GWT project as outlined here. However I can't find any "New Web Application Project button" or icon. Here's a screenshot of the dropdown menu under "New".
I found a previous recommendation to install from a download but this option doesn't seem to be available for Luna.
I also found these FAQs which say where the SDK is installed; indeed, I have a /Applications/eclipse/plugins/com.google.gwt.eclipse.sdkbundle_2.6.0
directory.
How can I start a new GWT project? Thanks!