i made a tornadofx with jdk11 project that worked ...
# tornadofx
l
i made a tornadofx with jdk11 project that worked fine until yesterday, but today: when using jdk8 it highlights all javafx imports as unresolved references when using jdk11 it doesnt highlight anything, but i still get "unresolved reference" compile errors when using jdk13 i get a groovy script error even though i use a kotlinscript instead of groovy for my build.gradle wtf is going on (╯°□°)╯︵ ┻━┻
c
Make sure you're using a jdk8 build that includes JavaFX.
ZuluFX has worked well for me. I think there are several other options out there