While trying to introduce enums in my Android project in Eclipse, I encountered with the following problem: Compiler says:
I work under Ubuntu 10.04 and use Eclipse v.3.5.2. Tried to use both Java 6 OpenJDK and Java 6 Sun, but without success.
Can anybody help me to sort out with this issue?
Here is the code:
public class MyClass {
public MyClass() {
}
...
enum MyEnum {
CONST1, CONST2, CONST3;
}
}
Open the properties for the project, select the page "Java Compiler" and set the "Compiler Compliance level" to "1.5" or better.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With