简体   繁体   中英

Does JavaFX work in 32-bit Windows? (or with a 32-bit JVM)?

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!

It does. I'm doing it right now ;)

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM