Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8402951
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T22:12:51+00:00 2026-06-09T22:12:51+00:00

I am learning hibernate , I am using eclipse as IDE and will be

  • 0

I am learning hibernate, I am using eclipse as IDE and will be using glassfish 3 as my app server and last but not least Oracle 10g will be the database I would be connecting to.

Could someone what are the jars required for hibernate and oracle database jars?

Thanks

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-09T22:12:52+00:00Added an answer on June 9, 2026 at 10:12 pm

    Well for hibernate you should include the following in your POM. I really recommend you use something like Maven to build your project. If you can’t right now, search for the dependencies on http://mvnrepository.com/, which will at least tell you the jars you need and provide a download link as well.

        <!-- Hibernate for ORM -->
        <dependency>
            <groupId>org.hibernate</groupId>
            <artifactId>hibernate-core</artifactId>
            <version>${hibernate.version}</version>
        </dependency>
    
        <!-- Hibernate uses this for auditing -->
        <dependency>
            <groupId>org.hibernate</groupId>
            <artifactId>hibernate-envers</artifactId>
            <version>${evers.version}</version>
        </dependency>
    

    I use

        <hibernate.version>4.1.0.Final</hibernate.version>
        <evers.version>4.1.0.Final</evers.version>
    

    for the two versions. Envers is only really necessary if you need auditing (which is rather nice). For Oracle, this should work:

        <dependency>
            <groupId>com.oracle</groupId>
            <artifactId>ojdbc6</artifactId>
            <version>11.1.0.7.0</version>
        </dependency>
    

    Not sure what the correct version is for 10g. Also, I am not familiar with glassfish, but the two above should get you going. Use the link above to find the appropriate jars you need. Good luck with hibernate… when it works, it’s the next big thing since sliced cheese, if it breaks… well, it’s the spawn of hell.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm using hibernate with hbm2ddl.auto=update so that it'll automatically generate my oracle tables for
I'm new to NHibernate and not very good at C#, but I'm learning. I
I am learning JPA w/Hibernate using a Java SE 6 project. I'd simply like
I am learning hibernate mapping using annotation. I have completed one section. I.e. I
I'm using Java with hibernate and am in the early stages of learning how
Can any one share some information about the sample application using hibernate for learning.
I am learning NHibernate, but failed. I sense that the error messages are not
I'm learning the Hibernate Search Query DSL , and I'm not sure how to
I'm learning Fluent NHibernate (and by extension, NHibernate generally). I'm using auto-mapping with some
I am learning Hibernate from beginning. I downloaded hibernated demo from RoseIndia. Setup configuration

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.