Versions Compared

Key

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

...

  1. Environment
  2. Initial Set Up
  3. Grabbing the source from apache.droids repository
  4. Opening the Maven Projects

Anchor
lnk
lnk

Environment

Anchor

...

  • Create a directory somewhere on your disk. I used
    center
    Code Block
    C:\{UserDocuments}\NetBeansProjects\DroidSources
    .
    Note
    titleBe Careful

    The name of your directory will become the project name in the next step, so choose wisely!
    Since I've used the directory DroidSources my project will become DroidSources.

    Alternative step: You can create this directory later, during creation of the project in the next step. Its a little tidier to do it now, but its not important which way you do it.
    (See Alternative note lower down the page)

  • In the NetBeans IDE, from the {{ File }} menu selct select New Project.
    In the Java} section of the first tab you see, you will find the {{Automatic Project type that we installed in the previous step.
    Highlight this option, and press Next

...

  • The next page of the New Project wozard wizard asks you to specify a location for the new project. This is where you choose the directory we created earlier.
    NB This directory must be empty.
Noteinfo
titleAlternative

Optionally, as shown in the screenshot below, you can browse to somewhere on your disk, then use the New Folder icon to create the directory at this stage.

...

Screenshot : The New Project dialogue with the project location now chosen and visible in the {{Location} text box.

  • Hit Finish to complete the wizard. Go make a coffee while NetBeans creates the project for you.

...