Re: Generics Are Not Supported In -source 1.3 Error
Re: Generics Are Not Supported In -source 1.3 Error
- Subject: Re: Generics Are Not Supported In -source 1.3 Error
- From: Kirk Stork <email@hidden>
- Date: Sat, 5 Aug 2006 08:50:55 -0700
Java has generics in version 1.5 (maybe back in 1.4 as well, not
sure) -- in fact, my using a generic container kicked off this problem.
ArrayList<String> myList;
Well, I did find the build setting location finally. You get it by
double clicking the target -- I had been showing the inspector for
the target, which does not expose that build option.
This issue uncovered that the template for "Java Tool" in the new
project templates sets the java version to 1.3 instead of "default."
Question answered,
Thanks
Kirk
On Aug 5, 2006, at 4:18 AM, Ian Joyner wrote:
Whatever, Java could well do with generics to do away with all
those ugly typecasts and ClassCastExceptions at runtime, because
those errors are catchable at compile time.
On 05/08/2006, at 11:40 AM, Rob Lockstone wrote:
Uh-oh. Does that make me weird because I *did* answer it? ;-)
Rob
On Aug 4, 2006, at 6:37 PM, David Alger wrote:
The only stupid question is the question you never asked. :)
I think that the subject I gave this would suit your post much
better than just "Stupid question", also it probably would draw
more attention (who wants to answer stupid questions.)
_______________________________________________
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
_______________________________________________
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