spydon
spydon

Reputation: 11512

GWT can't be found in intellij 12

I have installed IntelliJ 12.1.6 Community Edition and I'm trying to follow all of the tutorials they have for setting up GWT with it, but the GWT options for enabling and setting the GWT-SDK classpath is nowhere to be found in the settings.

I tried the following:

Is there something trivial that I'm missing? I run oracle 7 jdk with debian.

Upvotes: 3

Views: 1661

Answers (2)

El Hoss
El Hoss

Reputation: 3832

The GWT Plugin is not part of the Community Edition.

Here some stuff, how to enable GWT in the Community Edition. Hope that helps: http://java.dzone.com/tips/gwt-development-intellij-idea

Upvotes: 3

hewell
hewell

Reputation: 33

It should be in your project settings, not intellij settings.

Add a new module: Project Structure -> Modules -> Add GWT

Set installation path: Project Structure -> Facets -> GWT

If GWT is not listed in the "+" dropdown, then probably reinstall the gwt support plugin.

Upvotes: 1

Related Questions