Setting Up Netbeans at Home
Install Netbeans and JDK
- Download the netbeans installer from Downloading Apache NetBeans 12.2
- Download the latest JDK 11 MSI from Azul systems at Java Download | Java 8, Java 11, Java 13 - Linux, Windows & macOS (azul.com)
You can use any OpenJDK you like but we feel this is the easiest - Open your downloads folder and launch the Zulu msi
- Click Next
- Click on the "Set JAVA_HOME variable" and have it install like in the below screenshot. No selection should have a red X on this screen.Click NExt
- Click Install. If a prompt for Yes/No pops up, click Yes
  - Click Finish
- In the downloads folder run the Netbeans installer
- If it prompts, click Yes
- You can install with the defaults like below.
If you'd like to save space you can click "Customize..." and remove PHP and HTML 5/ Javascript - Read and accept the agreement
- It will install into program files and should automatically pick up our Zulu java
- Click Install
- Wait for it to install, this should take between 2 and 15 minutes depending on your machine.
Clickl Finish - Netbeans will be launchable from the start menu now
- Click Next
Launch Netbeans and setup JavaFX
 We will launch Netbeans and check it's setup by creating a demo JavaFX project
- Launch NetBeans from the start menu above
- Once it has opened under the file menu select "New PRoject"
- Browse to "JavaFX" folder under the "Java with Ant" folder, select the "JavaFX FXML Application" and click Next
- On this page click the "Download and Activate" button to download the JavaFX support
- Click "Next"
- Read the agreement, then check the "I accept" box and click install
- Leave it at Restart IDE Now and click the Finish button
- Netbeans will close and reopen
- It may ask if you want to share usage data, you can select either choice
- Again go to File in the top left and select New Project
- This time select the JavaFX under Maven - The Ant one doesn't like our newer JDK
e - This time just click the "Activate" button if it prompts. It will activate the plugin and show the name page.
- Click the Finish button
- Wait for the progress bar at the bottom to finish. The bottom area should be tan/gray like the below screenshot
- Click the "Run" button in the toolbar
- The program like below should open
- Close the program. Your netbeans is now setup, you can close it if you'd like.