Hi all, I have another beginner question for everyone:
I am trying to automatically generate classes from my reverse engineering file, but Eclipse keeps returning a "NoClassDefFoundError" for net.sf.cglib.core.KeyFactory. Now, I know I can simply download the cglib jar and add it to my build path, but searching around on the web it appears that Hibernate is supposed to be using javaassist instead of cglib (I do not have cglib specified in the properties file).
My question is whether I should just download cglib (it did not come with my Hibernate release 4.1.0), or if it is a problem that it is looking for cglib in the first place? I saw an indication somewhere that cglib has been deprecated.
Thanks,
-TennSeven
|