Book a Demo

Author Topic: How do I import library files (classes)?  (Read 2487 times)

DSVMD

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
How do I import library files (classes)?
« on: November 18, 2003, 11:14:24 am »
How do I import a jar file so I can use the classes in my class diagrams?  For example, I would like to import the servlet.jar file so I can use the HTTP session class.

Thanks,

Dan

Bruno.Cossi

  • EA User
  • **
  • Posts: 803
  • Karma: +0/-0
    • View Profile
Re: How do I import library files (classes)?
« Reply #1 on: November 18, 2003, 12:02:08 pm »
Dan,

you can't, EA does not support import of Java Archive files. You will have to decompile the JAR file first.

Bruno