Your First Cup: An Introduction to the Java EE Platform

Getting Started

Before you start coding the example, you need to perform some configuration tasks:

  1. Register the server with your NetBeans 6.7 IDE as described in Configuring Your Environment.

  2. Create a directory for the example you will build.

ProcedureCreate a Directory for the Example

  1. Create another directory at the same level as the tut-install/example directory, where tut-install is the location of the firstcup tutorial installation, and call it myexample. You'll create the applications described in this tutorial in this directory.