javafxmobile-plugin icon indicating copy to clipboard operation
javafxmobile-plugin copied to clipboard

[WIP] allow JavaFX 9 to be used on Android

Open johanvos opened this issue 6 years ago • 3 comments

johanvos avatar Jul 23 '18 19:07 johanvos

Note that this is depending on the dalvik2 branch in bitbucket.org/javafxports/9-rt

johanvos avatar Jul 23 '18 19:07 johanvos

Will java > 8 be supported in the near future? What is the problem at the moment?

ghost avatar Nov 08 '18 08:11 ghost

At this moment, we run JavaFX on top of Android's own "sort-of-Java" which is not even on par with Java 8. We're moving to a full OpenJDK based solution, which brings us 100% aligned with what you use on desktop/server.

johanvos avatar Nov 08 '18 08:11 johanvos