IntelliJ IDEA 11.1 Web Help

This section described the most general way of creating modules with Groovy support, which lays with enabling Groovy technology in a plain Java module. A module with Groovy support contains all the necessary jars in the module classpath.

To create a project or module with Groovy support
  1. Create a new project or module from scratch, and specify module type Java Module.
  2. On the Technologies page of the wizard, select the Groovy check box.
  3. Choose the desired Groovy or its frameworks SDK from the ones installed on your machine:

    groovy_enableGroovySupport1

    If you cannot find the desired SDK, click New SDK, and specify fully qualified path to the directory that contains the desired SDK, or click the ellipsis button, and locate SDK in the Select Path dialog box.

    groovy_enableGroovySupport2

  4. Click Finish.

See Also

Procedures:

Web Resources: