Is there a JAVA FX 2.0+ runtime for windows mobile

天大地大妈咪最大 提交于 2019-12-02 06:12:21

AFAIK, the mobile profile is planned for a future release. AFAIK it hasn't been communicated yet, which platforms Oracle will support.

Today JavaFX 2+ is targeted at desktop/notebook OSes only - no official word (yet) on mobile support.

The closest mobile experience you could get is probably running JavaFX 2+ on a Windows 7 tablet.

For JavaFX roadmap information:

Items on the roadmap include:

Multi-Touch and Gestures Support

JavaFX will provide full support for multi-touch and gestures to better meet requirements for touch-enabled displays in desktops, tablets, and embedded devices.

Sensor Support

JavaFX will incorporate support for on-device sensors, including accelerometers, gyroscopes and geo-location.

The following information is based on speculation, not fact.

Providing a Java API to thoroughly support a variety of mobile platforms requires a great deal more than just JavaFX support. I think it likely that Oracle will provide:

  • An updated version of the Connected Device Configuration for modern mobile OSes based on a standard (not micro-edition) Java runtime.
  • Tools to package jigsaw modularized builds of Java + JavaFX + CDC Mobile OS specific extensions + Your App for target OSes.
  • Ways to hook into the native OS libraries to do stuff which is difficult on a standard Java platform.
  • Support for Windows Phone, Windows 8 Tablets, iOS and Android/Linux variants as deployment targets.

I think it unlikely that the new platform would support older runtimes such as Windows Mobile 6.5- and Symbian. I have no concrete information that any of the above would actually be done and relying on anything other than the current official roadmap for substantial critical development work would be foolhardy.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!