Book a Demo

Author Topic: Import libraries to java project  (Read 2481 times)

kambizkermani

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Import libraries to java project
« on: February 23, 2005, 11:11:14 am »
How can I import libraries to a Java project?

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: Import libraries to java project
« Reply #1 on: February 23, 2005, 02:27:26 pm »
What exactly are you after?  EA can now import class diagrams from .jar files.  You have to use the "Import Source Directory" dialog to do this.

Simon

kambizkermani

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Re: Import libraries to java project
« Reply #2 on: February 23, 2005, 05:04:35 pm »
I am using EA integrated with Eclipse, suppose I have a project in Eclipse and I want to create a new class and import for example one of the classes from Oracle Jdbc jar file. How can I add this jar file to the class path, may be it is more accurate, to use this class during the class creation process inside EA?