Skip to content
Chris Hutchinson edited this page Apr 13, 2015 · 6 revisions

Getting Started with NetBeans

Prerequisites

  • Ensure the Gradle plugin is installed.

Clone the Project

  • Choose Team > Git > Clone...
  • Fill in Repository URL
  • Click Next >
  • Click Select None
  • Check the gradle remote branch
  • Click Next >
  • Fill in Parent Directory
  • Fill in Clone Name
    • (eg. tk4-editor)
  • Click Finish
  • Click Close (Clone Completed dialog)

Open the Project

  • Choose File > Open Project...
  • Navigate to the destination where you cloned the project
  • Choose the gradle project
    • Should be named after the Clone Name used in the previous step
  • Click Open Project
  • [User Guide](User Guide)
Clone this wiki locally