<@U7XT42Q84> I think all you need to do is get jav...
# tornadofx
k
@jamie-purchase I think all you need to do is get javafx on your classpath. There are debian and ubuntu packages for 'openjfx'. Mint probably has one too.
j
yeah I took advice from https://stackoverflow.com/questions/18547362/javafx-and-openjdk and apt-got the openjfx ...so adding to my classpath in IntelliJ?
k
the jar you need is, I believe,
jfxrt.jar
j
ah ok will have a hunt around for that. cheers
k
I would have figured the package put it in the JDK's default classpath -- maybe not.