After coming back to upgrade my Java and FX code, I'm facing issues with building due to the absence of Nashorn. I am stuck on how to configure graalvm to replace Nashorn in compatibility mode for processing build JavaScript.
Despite suggestions to switch from ANT to Maven, I prefer sticking with my current setup. Can anyone guide me through making necessary changes in Netbeans 12.5 to ensure that JavaScript works seamlessly again?
The complexity of GraalVM is overwhelming for my current needs, so any specific help would be greatly appreciated!
Thank you!