Go to 'Project -> properties -> java Compiler' , and set Compiler
Compliance level to 6.0
On Jul 3, 10:50 pm, krishna <
krishnakum...@gmail.com> wrote:
> This is because of GWT 1.5 is not compatible with Java 1.6. See the
> thread below.
>
>
http://groups.google.com/group/Google-Web-Toolkit/browse_thread/threa...
>
> Regards,
> Krishna
>
> On Jul 2, 12:17 am, "
dolcra...@gmail.com" <
dolcra...@gmail.com> wrote:
>
> > No. I believe there is a setting in eclipse to not add the @Override
> >annotation.
>
> > On Jul 1, 8:08 am, Ngọc Minh <
cume...@gmail.com> wrote:
>
> > > When I implement a interface, Eclipse automatically add @Override
> > > before each implemented method. When build in Eclipse, it's OK.
> > > However, when run in Hosted mode, theerror: "The method xxx of type
> > > yyy mustoverridea superclass method" occurred. When I remove
> > > @Overrideannotations, everything's fine again. Is it a bug?