Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] errors compiling annotations

If you are inside eclipse you need to switch your project compiler
level to 5.0 in order to compile annotations.  I presume you are on
Eclipse 3.1, not 1.3 ?
Open the project properties for your project, select 'Java Compiler'
in the left window, then 'enable project specific settings' in the
right hand window and switch the 'compiler compliance level' to 5.0.
Or you can set it at the workbench level for all your projects.

Andy.

On 18/04/06, mouna SAHIB <mouna.sahib@xxxxxxxxx> wrote:
>
> I'm having the problems when compiling annotations. I'm using jdk 1.5 and
> aspectj 5 with Eclipse 1.3? What 's the problem?
> I saw the describtion of the problem in the bugs list, but don't know how it
> has been resolved.
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=124077
> Thank yu for help.
>
> _______________________________________________
> aspectj-users mailing list
> aspectj-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/aspectj-users
>
>
>


Back to the top