Intel System Studio 2019 Get Started Guide

Step 3: Create and build a new project

  1. Choose File > New > Project to start the new project wizard.

  2. Expand Intel Application Development and select Java Project.

  3. Click Next.
  4. Type a name for the project in the New Project Name field.

  5. In the Code Samples list, expand Get Started and select On-Board LED Blink or UP Squared Built-in LEDs.

  6. For Builder, leave Maven selected.
  7. Click Finish.

    Your project is created and displayed in the Project Explorer.

  8. In the Project Explorer, right-click the name of the project and select Build Project from the drop-down list.

    Your project should build without errors. There might be a few warnings, but they can be ignored.