I created a project with maven2 on eclipse. After I added the hibernate-annotations dependency, I tried to create the class using hibernate annotations (@Entity, @Table ...), but this gave me this error:
Change project and JRE matching to 1.5
I fixed it, but I canβt understand why it requires this while my jdk is 1.6.
Thanks in advance!
java maven-2
artaxerxe
source share