Book a Demo

Author Topic: Using standard classes from Java in EA  (Read 3202 times)

akinarew

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
Using standard classes from Java in EA
« on: May 13, 2010, 06:50:04 pm »
I would like to make my class extend class that exists in Java, for example Exception. Is there a way to import java classes into EA, so I have packages like java.util and then class Map, which I won't generate but it can be extended by my class.

I don't know how to explain it clearly. I want just generate code that would have all "import" to standard java classes.

How can I do that?


Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: Using standard classes from Java in EA
« Reply #1 on: May 14, 2010, 08:23:48 am »
You can import from the standard .jar files into EA.