-
Notifications
You must be signed in to change notification settings - Fork 2
NetBeans
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!
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.
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.
In the project view:
Desktop: Right click the desktop project, Run. You can run it.
It's easiest to package your application from the command line within NetBeans.