Re: How to set Java version in XCode
Re: How to set Java version in XCode
- Subject: Re: How to set Java version in XCode
- From: Xochitl Lunde <email@hidden>
- Date: Fri, 8 Jan 2010 14:47:45 -0600
> I am teaching myself Java SE 6 but the examples
in the book which
> use newer features in the language do compile. For example:
>
> ArrayList<String> codes = new ArrayList<String>();
>
> generates this compile error:
>
> "generics are not supported in -source 1.3"
>
> It seems to me that there is a Java language version flag which is
> set somewhere to 1.3. Presumably I want to set it to 1.6. However,
> I don't see where to set this.
>
> Any help?
What version of Xcode and what kind of target are
you using? The external build tool target using Ant or something else?
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden