• 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

Hibernate Application Warning "hibernate-support" missing

 
Ranch Hand
Posts: 39
MyEclipse IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

From Netbeans 7.1 Im getting a warning. while trying to resolve I got
the suggestion from the ide but I am not sure which jar Im supposed to
add.
any suggestion please.

Problem: The project uses the class library called "hibernate-support"
but the classpath items of this library are missing.
Solution: Click Resolve to open the Library Manager and locate the
missing classpath items of "hibernate-support" library.


 
author
Posts: 5856
7
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
There is nothing more frustrating that an IDE attempting to be helpful (and failing). ;-) It would have been better if it told you which class was missing, then you have half a chance of getting the right JAR file. But what I would try is giving it the hibernate-core JAR file and see if that makes it happy. If that didn't work, I would add other Hibernate JARs one at a time until it stopped complaining.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic