enum key word is available before JDK 1.5 or not

i have a jar file which is having a package name with enum.now i am using JDK 1.5. so i am getting errors saying that enum is a keyword.i want to know, from which version onwards they have included.
[219 byte] By [siva512a] at [2007-11-26 19:17:30]
# 1
jdk1.5 introduced the enum keyword. it's a pain in the @rse when this happens, isn't it!
georgemca at 2007-7-9 21:31:51 > top of Java-index,Java Essentials,Java Programming...