• 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
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Hibernate & Netbeans5.5

 
Greenhorn
Posts: 19
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I want to install Hibernate API in netbeans5.5 but i dont know how to do that .After searching GOOGLE i found that some jar files have to be placed in lib folder of Sever Manage. Iam using Sun Java System Application Server please guide me where to place these jar files
 
Ranch Hand
Posts: 2187
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Netbeans is just a IDE for building applications. The Hibernate API is part of an application, not the IDE. So, you shouldn't think that you "install" Hibernate in the IDE. This is not correct.

After you create a Project in NetBeans, you can go to the Project Properties screen and add the Hibernate API (library) to the Project.
 
ranger
Posts: 17347
11
Mac IntelliJ IDE Spring
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Is this how to get Hibernate jars into your App Server or your IDE. Anyway, this is not an Application Framework question.

Let me know which forum you want to move this to, the IDE forum or the App Server's specific forum?

Thanks

Mark
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic