enum problem in jdk 1.5
807605Jul 20 2007 — edited Jul 20 2007Hi
I have a program under jdk 1.4. It is fine.in that i import org.apache.commons.lang.enums.Enum and my class extends Enum
now i try the same program with jdk 1.5.
i got the error on Enum because it is a indentifier in jdk 1.5.
will anybody pls help me to solve this?
Thank you