Skip to content
waldonhendricks edited this page Nov 17, 2014 · 1 revision

You just generated your KNOW AFRICA game project, now it's time to start developing its guts in NetBeans! Before you can import your project into NetBeans, make sure you setup your development environment!

Importing Your Project

Go to File -> Open Project..., navigate to the root folder of your project, then click Open Project. NetBeans will now import your project. This can take a while on the first time, as it downloads the Gradle wrapper and some dependencies. In the project view, expand the project, then right-click the Subprojects node and select Open Subprojects.

Common Problems

If you run into problems due to a missing validation-api:1.0.0.GA artifact, delete your Maven cache at C:\Users\username.m2 or /Users/username/.m2 or /home/username/.m2.

Running Your Project

In the project view:

Desktop: Right click the desktop project, Run. You can run it.

Packaging Your Project

It's easiest to package your application from the command line within NetBeans.