• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Started tutorial: hibernate annotations not found!

 
Ranch Hand
Posts: 111
PHP Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I just started the tutorial Hibernate made Easy from McKEnzie. In chapter 2 I encounter the problem that the annotations cannot be compiled. Probably some JAR file is missing. I use the latest distribution from hobernate.org, version 3.6
There is no annotation jar in the package, I assumed that the code was included in one of the other JARs.
See my Eclipse screenshot for the included JARs. On the Hibernate site there is no separate Annotations jarfile availbale for download.
I assume this is a trivial problem but I cannot find the solution until now...
Any hint is welcome!
Greetz, Klaas
hibernate.JPG
[Thumbnail for hibernate.JPG]
 
Klaas van Gelder
Ranch Hand
Posts: 111
PHP Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Sorry... adding the right import statements solved the issue!
reply
    Bookmark Topic Watch Topic
  • New Topic