Is it possible to run JavaFX applications on iOS, Android or Windows Phone 8?

后端 未结 5 670
囚心锁ツ
囚心锁ツ 2020-12-02 03:40

Can one develop an entire application using JavaFX and run it on iOS, Android or Windows Phone 8, without writing platform-specific code?

5条回答
  •  庸人自扰
    2020-12-02 04:17

    1. yes you can run it on iOS and Android (Win8 is not supported!
    2. no deployment as a web-app does not work

提交回复
热议问题