Set up for the EJB3 Labs
Pete Bennett (pbennett@jboss.com)
15 November 2006
This file describes the setup steps required to run the three EJB3
labs covering Stateless Session Beans, Entity Beans and Interceptors.
JVM
- Download and install a J2SE 5 JVM from java.sun.com
- Set up an environment variable called JAVA_HOME to point to the install directory
- Add JAVA_HOME\bin to your executable path
- Run
java -version
from a command line
- You should see
java version "1.5.0_xx" ...
JBoss AS
- Install JBoss AS 4.0.5 with the EJB3 and Portal profile from the supplied CD
- Set up an environment variable called JBOSS_HOME to point to the install directory
Apache Ant
- Download and install Apache Ant 1.6.5 from ant.apache.org
- Set up an environment variable called ANT_HOME to point to the install directory
- Add ANT_HOME\bin to your executable path
- Run
ant -version
from a command line
- You should see
Apache Ant version 1.6.5 ...