Hi everyone
I am trying to compile my java code in xcode but it keep saying
generics are not supported in 1.3.
while trying to compile the same code using javac in terminal works fine.
I'm wondering how can I change the java compiler xcode use?
Thanks
I am trying to compile my java code in xcode but it keep saying
generics are not supported in 1.3.
while trying to compile the same code using javac in terminal works fine.
I'm wondering how can I change the java compiler xcode use?
Thanks