package javax does not exist

<code>import javax.ejb.EJBObject;class test{}</code>compile error:test.java:2: package javax does not existWhat *.jar file contains javax.ejb?Message was edited by: petr88
[232 byte] By [petr88a] at [2007-11-27 0:01:54]
# 1
I am using jboss, and this exists in the server folder.What othe library bundles are shipped with EJB? Ie, is it in the default Sun EE/SE JDK?Message was edited by: petr88
petr88a at 2007-7-11 15:53:40 > top of Java-index,Desktop,Developing for the Desktop...
# 2
enterprise edition has ejb, not standard edition. that was my mistkake.
petr88a at 2007-7-11 15:53:40 > top of Java-index,Desktop,Developing for the Desktop...