Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

We recommend using an IDE when building CDAP applications, such as either IntelliJ or Eclipse, as described in the section on development environment setup.

Using IntelliJ

  1. Open IntelliJ and import the Maven project by:

    • If at the starting IntelliJ dialog, click Import Project; or

    • If an existing project is open, click File > Open...

  2. Navigate to and select the pom.xml in the Maven project's directory.

  3. In the Import Project from Maven dialog box, select the Import Maven projects automatically and Automatically download: Sources, Documentation boxes.

  4. Click Next. Complete the remaining dialogs. The new CDAP project is created and opened.

...