enum problem in jdk 1.5

Hi

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

[315 byte] By [bhuvana_screena] at [2007-11-27 11:10:56]
# 1

You need to get a newer version of the library, that is 1.5-compliant, if it exists. If it doesn't you're pretty screwed unless you can revert to the older runtime. We had this recently with one of our suppliers. Lots of fun

I'm pretty sure most of commons has been updated though, if you have a look

georgemca at 2007-7-29 13:44:54 > top of Java-index,Java Essentials,Java Programming...
# 2

Hi

Thank you so much for ur reply.

Can you give me some more information to solve?

Thank you

bhuvana_screena at 2007-7-29 13:44:54 > top of Java-index,Java Essentials,Java Programming...
# 3

Not really, no. It's all there

georgemca at 2007-7-29 13:44:54 > top of Java-index,Java Essentials,Java Programming...