The application I am trying to create is a mediaPlayer. At first, I had no issues and my javaFX application could run gracefully. But as I made some changes, I got this error:
I got the same error when I removed All of the additional features I added too
Here is my code: ;
I don’t know why I am getting this error now. I installed everything correctly.
I’ve installed the SceneBuilder extension on vsc for java.