Does JavaFX after removing it from jdk cross-platform?

后端 未结 2 1336
太阳男子
太阳男子 2020-12-14 23:13

Does JavaFX 11 cross-platform? As i saw in openjfx.org that i have to download releases for each platform. And if so, can i in any way use it in a cross-platform form? And s

2条回答
  •  萌比男神i
    2020-12-14 23:49

    JavaFX is written in Java, which is ran on the JVM, which is cross-platform. So that would mean JavaFX is also cross-platform.

    You download different releases to run the JVM on your machine. But your JavaFX code can be run on any of these releases, so it's cross-platform.

提交回复
热议问题