Android-dalvik porting
Stephen F Northover
steve.x.northover at oracle.com
Thu Feb 20 12:46:16 PST 2014
I would simply add both to your compatibility library. I played around
a bit in the past with this and it worked for me.
Steve
On 2014-02-20 3:30 PM, Johan Vos wrote:
> Hi,
>
> I did a rebuild of the dalvik-version of Open-JFX based on the 8udev tree.
> We are building this with the android.jar provided by the Android SDK as
> bootclasspath, with a compat-lib as Xbootclasspath. At runtime, the
> android.jar is available on dalvik, and we supply the compat-lib with the
> application.
>
> There are 2 issues:
> * a number of interfaces are marked with @FunctionalInterface. This is not
> a real issue, since @FunctionalInterface is informative only.
> * the javafx/collections/transformation/FilteredList extensively uses
> Predicates. This is an issue. I would suggest putting a non-Predicate
> version of this in the java7 source directory. That brings the total in
> this directory to 2 files (ObservableList and FilteredList).
>
> Thoughts?
>
> - Johan
More information about the openjfx-dev
mailing list