maximus
maximus

Reputation: 11544

Please configure a GWT SDK?

I have just installed the Google App Engine Plugin for eclipse and want to create a new project. But i only get:

enter image description here

Why cannot I create a new project?

greetings and thx in advance

Upvotes: 7

Views: 16729

Answers (2)

codefactor
codefactor

Reputation: 1656

I had the same problem.

If you do not want to use GWT just uncheck the "Use Google Web Toolkit" checkbox on that same dialog. You do not need this turned on in order to create a New Web Application Project.

I personally think it was confusing that the checkbox for GWT is turned on by default, even if you don't have one installed.

The SDK that you installed with your eclipse plugin should be sufficient.

Upvotes: 2

Dojo
Dojo

Reputation: 5704

Plugin is not same as the SDK. Plugin just makes it easy to work with GWT projects. The actual GWT compiler and libraries are present in the SDK which needs to be downloaded separately. Once you download and extract the SDK, You have to configure its location in Eclipse's Preferences. Go to Window > Preferences > Google > Web Toolkit and add the SDK there.

Upvotes: 8

Related Questions