You must define a server and server runtime
before completing the steps in this lesson.
This lesson shows how to create a
Crystal Reports web project. A
Crystal Reports web project is
configured to include Crystal
Reports runtime libraries, sample reports, a sample database, and
viewers.
Click
File > New
> Project.
The
"New Project
"wizard appears.
Expand
Crystal
Reports, select
Crystal Reports Web
Project, and click
Next.
The
"New Crystal
Reports Web Project" wizard appears.
In the
Project
name box, type
CrystalReportsWebProject.
In the
"Project contents"
area, do one of the following:
- Select the
Use
default check box to use the default location of your workspace.
- Clear the
Use
default check box, and type the directory path for your workspace.
Select an installed server runtime
from the
Target
Runtime list, choose the server you defined in the section
To define a server and server runtime, and click
Next.
Type
CrystalReportsWebProject in the
Context
Root box.
Type
WebContent in the
Content
Directory box.
Type
src in
the
Java Source
Directory box, and click
Next.
Select the
Include sample
database and reports and
Include new Crystal
Report check boxes, and click
Finish.
The Java EE Perspective opens and displays
the projects contained in your workspace, including
CrystalReportsWebProject.