I am trying to learn JavaFX with some lessons, but I couldn’t even implement the helloworld application. NetBeans said:
Error: could not find or load the main class helloworld.NewFXMain Java Result: 1
and then when I checked Properties -> Libraries -> Run part, a warning appears that says
Broken Link: dist.jar
How can i solve this?
source share