Re: where to set properties

2014-02-20 Thread Stephen F Northover
JDK8 is not supported with Dalvik. However, JavaFX requires JDK8 in two different ways: 1) It requires JDK8 syntax (default methods, lambdas, optional use of final ...) 2) It requires JDK8 class libraries (there are references to classes that are new in JDK8) So far, we have limited and wor

Re: where to set properties

2014-02-20 Thread Felix Bembrick
Isn't that because they need to use the Dalvik Java classes and JDK 8 is not supported with Dalvik? On 21 February 2014 05:22, Stephen F Northover wrote: > > On 2014-02-19 12:46 PM, Johan Vos wrote: > >> Is there a policy on the location where properties are defined? >> I see there are properti