RFR: 7113349 JDK8 port to macosx

Alan Bateman Alan.Bateman at oracle.com
Wed Mar 14 14:54:42 PDT 2012


On 14/03/2012 19:56, Henri Gomez wrote:
> :
>
> But it fail to build ;(
>
> Sample4.java:24: error: lambda expressions are not supported in -source 1.8
>     DecisionService cs = (a) ->  {
>                              ^
>   (use -source 8 or higher to enable lambda expressions)
>
> Tried to force -source 8, no more luck.
>
> Any Lamba guru around ? :)
>
So is it true that you plan to release GA builds next week :-)

Lambda isn't in JDK8 yet. One the Mac port gets to lambda/lambda then 
you should be able make more people happy.

-Alan


More information about the macosx-port-dev mailing list