Skip to content

NetBeans

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