2 Replies Latest reply on Oct 25, 2012 6:28 AM by basyluke

    Questions from a JBoss newbie

    basyluke

      Hi everyone,

      i'm new to JBoss AS 7 and am trying to figure out how to use the  embedded  hibernate libraries inside my project.Actually, i want to use Eclipse and i'm wondering if there's a way to make my IDE able to "see" those jars without manually adding them as external jars.

      Any clue?

      Thanks in advance.

        • 1. Re: Questions from a JBoss newbie
          wdfink

          This might not be very special to JBoss.

          If you use only Eclipse without any additional you have to add the libraries.

           

          You may use maven (and the Eclipse plugins) and you can set the dependencies whitin the pom.xml files. Examples for that you will find in the quickstarts.

          You should have a look into 'The JBoss Way' for helpfull stuff as well.

          1 of 1 people found this helpful
          • 2. Re: Questions from a JBoss newbie
            basyluke

            Thanks for the advice.

            I managed to have a first framework of the project running without Maven, but as i can understand is far better working with a layer that cares about dependencies, so i'll give it a try.