So, before upgrading to JDK 20, I was using JDK 1.8. In 1.8, Java programs could be packaged into native programs through the use of Java FX. Unfortunately, JDK 20 does not come bundled with JavaFX and so I had to download JavaFX 20 seperately.
I tried to add it into Netbeans, which is the IDE I'm using, but I really have no idea what I'm doing. I was wondering if someone could help me out with how I can add JavaFX 20 to Netbeans so I can use it to transform my Java programs into native programs. Also, is there an alternative to all this, a way to turn Java programs into native programs without the use of JavaFX at all?