package javax.ejb.*; does not exist
843830Dec 26 2004 — edited Jul 1 2006I am new here and right now facing the problem of non-existing javax.ejb.*;
I am using the HeadFirst book to study the ejb. On the Chapter 1 everything went fine including compiling bean, the two interface classes, which means that the classpath(C:\Sun\J2EE\lib\j2ee.jar) is set correctly, the javax.ejb found. But...the AdviceClient fails the compilation with the "package javax.ejb does not exist" error. Can someone Help???!!!
Thanks