No problem, just glad to help!
2009/3/12 Chris Laux :
> Oh, I didn't consider javac's ability to simulate a different version,
> how naive :) Works fine now, thanks a lot for your help.
>
> On Thu, Mar 12, 2009 at 11:46 AM, Mattias Persson
> wrote:
>> Yep, I though as much, but I know that maven,
It might just be that you're using java compiler version 1.4 or
something like that. You see, that method has a vararg in the end
which was introduced in java 1.5. So try setting you maven project (or
what you might use) to compile for java 1.5 or even 1.6 and it should
work.
2009/3/11 Chris Laux
2 matches
Mail list logo