Dog(acan Güney wrote: > I have done it yet again... I am using java 6 in my development > environment (for various reasons) and even though I configured Eclipse > to be java 5 compatible, eclipse misses these (since this is not a > syntax change but a new method).
You can set projects JRE System library to verion 1.5 (from 1.5 jre). That way you'll notice when try to code against something else but java 5 API. -- Sami Siren
