1 Reply Latest reply on May 9, 2005 5:11 PM by norman.richards

    Startupguide exampe

    jschmidt

      I am trying to build the startup guide bank example. When running the "ant -f jboss-build.xml compile" command I get the following error.

      [javac] C:\install\jboss\example\examples\bank\src\com\jboss\ebank\TellerBea
      n.java:16: package com.sun.ebank.ejb.account does not exist
      [javac] import com.sun.ebank.ejb.account.AccountController;
      [javac] ^


      It seems that the TellerBean cannot see outside its file. Any one the solution for this error?

        • 1. Re: Startupguide exampe

          You should ask questions about the start guide in the docs forums.

          My suggestion would be to check that you've installed the Sun J2EE tutorial as explained in the document. If you do that, those Sun classes will be there.