2 Replies Latest reply on Jun 19, 2003 10:43 AM by mburbidg

    Compile error in HelloWorld Example...

    mburbidg

      I get the following errors when trying to compile the HelloWorld example:

      [javac] /Users/mburbidg/Desktop/enterprisejava/HelloWorld/src/HelloWorld.java:2: package javax.ejb does not exist
      [javac] import javax.ejb.*;
      [javac] ^
      [javac] /Users/mburbidg/Desktop/enterprisejava/HelloWorld/src/HelloWorld.java:4: cannot resolve symbol
      [javac] symbol : class EJBObject
      [javac] location: interface HelloWorld
      [javac] public interface HelloWorld extends EJBObject

      It appears to me that I'm missing the jar file that contains the javax.ejb package. What jar file is that in? Is it part of the standard jboss 3.2.1 distribution?

      Thanks,
      Michael-