> Hello,
>
[quoted text clipped - 22 lines]
> Thanks in advance.
> Ricky
That's just a warning, not an error. It's warning you that usage of enum as an
identifier means that you can't compile the code as version 1.5. To remove the
warning all you need to do is refactor your code to change the identifier
'enum' to a non-keyword.
Presumably you have already specified '-source 1.4', otherwise you would get the
error:
"as of release 1.5, 'enum' is a keyword, and may not be used as an identifier
(try -source 1.4 or lower to use 'enum' as an identifier)"

Signature
Nigel Wade, System Administrator, Space Plasma Physics Group,
University of Leicester, Leicester, LE1 7RH, UK
E-mail : nmw@ion.le.ac.uk
Phone : +44 (0)116 2523548, Fax : +44 (0)116 2523555
ros - 05 Jun 2007 05:49 GMT
> > Hello,
>
[quoted text clipped - 38 lines]
> E-mail : n...@ion.le.ac.uk
> Phone : +44 (0)116 2523548, Fax : +44 (0)116 2523555
Hello Nigel,
Thank you very much for the explanation and really sorry for the late
reply.
Cheers
Ros