I'm using Xcode 2.5 on Mac 10.4.11 PPC. javac -version
returns 1.5.x yet when I imported my source code and tried to build it in Xcode, I get errors all over because generics
, annotations
, and for-each loops are not supported in -source 1.3
.
I thought I found the setting to change the source version in Xcode in the above but it doesn't work. Any ideas?