Is there a JAVA FX 2.0+ runtime for windows mobile

后端 未结 2 873
Happy的楠姐
Happy的楠姐 2021-01-25 04:22

The newest version of the JavaFX runtime that I could find is the 1.3 Early Access. The JavaFX 2.2 SDK does not have a mobile profile. Does this mean that Java FX on mobile has

相关标签:
2条回答
  • 2021-01-25 04:32

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

    0 讨论(0)
  • 2021-01-25 04:34

    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:

    • See the official JavaFX roadmap.
    • See also this JavaFX faq by a JavaFX team member.
    • See point 5 of 2012 JavaFX Resolutions where it mentions embedded operation (which I think is Oracles broad grouping of phone/tablet deployments).

    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.

    0 讨论(0)
提交回复
热议问题