I’m trying to setup my GWT library. I found this old video that shows there should be a section title “Google Web Kit” under Settings->IDE Settings.
Sadly, I can’t find anywhere in the settings “Google Web Kit” or GWT, except under Inspections.
How do I point IntelliJ to my GWT installation?
BTW, I’m using IntelliJ 9.0.3 Ultimate
File -> Project Structure -> Modules
You should see
GWTunder you main module name (expand it to see). IfGWTis not there add it (by pressing +)Fill in the
Path to GWT installation directoryin the right pane (when GWT selected).