Select Java™ project on the New Source Project Creation page
to create a new Java project for your J2C application.
- Once you select Java Project on the New Source Project Creation
page of the J2C wizard, the Create a Java project page appears. In the Project
name field, type a name for your Java project.
- Select a location for your Java project:
- Create project in workspace: Select this option to save your Java project
in this workspace.
- Create project at external location: Select this option to
save your Java project in an external location (another directory
or server location). Click Browse to select the location
for your project.
- Specify the project layout that you want:
- Use project folder as root for sources and class files: Select
this option if you want to save all your generated files within this Java project
folder.
- Create separate source and output folders: Select this option
if you want to save your source in a different location from your application
output.
- Click Next.
- On the Java settings page, you can define theJava build
settings.
- Click Finish..