| [news.eclipse.newcomer] Re: Compiling for older version of java |
Olivier Thomann wrote:
If you take the default settings corresponding to compliance 1.5, then the source and target settings should indeed be set to 1.5.
But the compiler doesn't check that you are using functionnality only from 1.5. You need to set the libraries on your project to be 1.5.
You cal always open a bug report against JDT/Core and explain what are your settings.
Thanks,
--Joel