See the user FAQ to compile vs 1.5

[EMAIL PROTECTED] wrote:
Hello

When I want to compile the following enum:

*******************************************************************
package nl.myapp.support.logging;

public enum Level {
ALL , CONFIG , FINE , FINER , FINEST , INFO , OFF , SEVERE , WARNING; }
*******************************************************************

with m2 - jdk1.5.0_02,  I've got a Compilation Failure:

...\eclipse\workspace\Support\src\main\java\nl\my-app\support\logging\Level.java:[3,7] 'class' or 'interface' expected

Any idea????


Thanks

Marco

--
With kind regards,
Geoffrey De Smet


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to