Mason

Results 3 comments of Mason

PATH_TO_FX should be pointing to the lib folder. In your case it should be ```C:\Program Files\Java\javafx-sdk-13.0.1\lib```

@avacadoadam ```%PATH%``` and ```%PATH_TO_FX%``` are two different environmental variables; make sure you aren't getting confused between the two. If you want to be sure this is a bug, just hard...

I've been using this project for on Windows for quite a while and finally decided to spend some time tonight to look into why this annoying issue is happening. There...