Since JavaFX only works for 64-bit Linux and 64-bit OS X as far as I know (because the newer verison of Java hasn't been released in 32-bit), I'm curious if JavaFX is able to work on 32-bit Windows. Any thoughts?
Thanks!
Since JavaFX only works for 64-bit Linux and 64-bit OS X as far as I know (because the newer verison of Java hasn't been released in 32-bit), I'm curious if JavaFX is able to work on 32-bit Windows. Any thoughts?
Thanks!
Solution I've found on this using the Eclipse Photon 32 bit, it was to add a User Library which contains the jfxrt.jar file from the jre corresponding version of the java sdk. In this way you avoid trying to rebuild the java fx packages for each class builder version or os version.