facebook

How could i use JDOM API in MyEclipse?

  1. MyEclipse IDE
  2.  > 
  3. Java EE Development (EJB, JSP, Struts, XDoclet, etc.)
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #227326 Reply

    hussein
    Member

    Hello
    I’ve got the jdom.jar and i would like to use it in my Hibernate project through MyEclipse, so how can i do this?

    #227372 Reply

    Riyad Kalla
    Member

    Please explain what you mean by “use”, how do you want to use it? If you just need it for some custom classes, then just drop it in your WEB-INF/lib directory. If you meant “use” in another way, please clarify.

    Also note that Hibernate SHIPS with Dom4j, so you can either use that or your jDOM library may conflict with it, I don’t know, I’ve never used it.

    #227418 Reply

    hussein
    Member

    In fact, I’d like to use the JDOM API to create the mapping files for my Hibernate project, and i’d like to know if there’s a way to make the MyEclipse do that job for me using the JDOM API. thank you for your help.

    #227433 Reply

    Riyad Kalla
    Member

    Ahh, no. The way MyEclipse generates the mapping files is internal to MyEclipse, this process can not be changed or altered to use alternative libraries.

Viewing 4 posts - 1 through 4 (of 4 total)
Reply To: How could i use JDOM API in MyEclipse?

You must be logged in to post in the forum log in