javac can't find javax.ejb...
Hi,
I am trying to compile the example from the following tutorial: java.sun.com/j2se/1.4.2/docs/guide/rmi-iiop/interop - Enterprise JavaBeans Components and CORBA Clients: A Developer Guide
but when running(in windows) javac command with specified class path of my sdk I am getting error saying that the package javax.ejb... does't exist? I was trying to run with jee 1.4 (since the ejb ar of 2.1 standar) and with 1.6 but I get the same result. I was trying to run it as well against the jee included in the jboss(since I have found somewhere information that sdk jee doesn’t contain ejb.jar) but the result is same, please help me!
Thx in advance for help!
qrac