-
Notifications
You must be signed in to change notification settings - Fork 6
NetBeans
David Gerber edited this page Aug 31, 2024
·
1 revision
- Install JDK 21 (https://adoptium.net/download). Don't forget to set the JavaSoft registry in the Installer.
- Download NetBeans from https://netbeans.apache.org/
- Install using default options unless you know what you're doing
- Run NetBeans and select Team / Git / Clone
- Put https://github.com/zapek/Xeres.git as the repository URL, then select Next
- Make sure the
master
branch is selected and press Next, then Finish - After the cloning is done, click on Open Project...
- Select
Xeres
in the list, then click on Open - Click on Resolve Problems..., click on Resolve... (this is NetBeans' way of running Gradle...)
- On the left panel, in
Projects
, select Sub Projects / app, then below on the Navigator, double click on Application / bootRun