Re: Building OpenJDK 8 on 10.6.8

2014-01-07 Thread Robert Krüger
I was afraid so, given at least the retina stuff was probably fixed using newer APIs. Thanks! That saved me some time, testing it myself. On Tue, Jan 7, 2014 at 3:35 PM, Steve Hannah wrote: > I'm able to use 1.7.0_25 and earlier on 10.6.8, but not the more recent > versions. > > Steve > > > On T

Re: Building OpenJDK 8 on 10.6.8

2014-01-07 Thread Robert Krüger
Thanks for the quick info! I guess then we'll have to deliver two versions of our application until our customers have all moved beyond 10.6. On Tue, Jan 7, 2014 at 3:11 PM, Joe McGlynn wrote: > Hi Robert, > > JDK 7 is only supported on 10.7.3 and above becau

Re: Building OpenJDK 8 on 10.6.8

2014-01-07 Thread Steve Hannah
I'm able to use 1.7.0_25 and earlier on 10.6.8, but not the more recent versions. Steve On Tuesday, January 7, 2014, Joe McGlynn wrote: > Hi Robert, > > JDK 7 is only supported on 10.7.3 and above because there are API > limitations in versions of OS X below that. Building the complete JDK (7 >

Re: Building OpenJDK 8 on 10.6.8

2014-01-07 Thread Joe McGlynn
Hi Robert, JDK 7 is only supported on 10.7.3 and above because there are API limitations in versions of OS X below that. Building the complete JDK (7 or 8) on lower versions of the JDK is not possible AFAIK. On Jan 7, 2014, at 6:00 AM, Robert Krüger wrote: > Hi, > > I think the official an

Building OpenJDK 8 on 10.6.8

2014-01-07 Thread Robert Krüger
Hi, I think the official answer to this is 10.7+ is supported but is there a possibility to build OpenJDK 8 on 10.6.8 maybe with some limitations? Could anyone share information on this? Thanks, Robert