Creating a Java project

Select Java™ project on the New Source Project Creation page to create a new Java project for your J2C application.

If you want to learn more about creating Java projects, consult the Java Project documentation .
  1. 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.
  2. 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.
  3. 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.
  4. Click Next.
  5. On the Java settings page, you can define theJava build settings.
  6. Click Finish..
This will take you to the J2C Java Bean Output Properties page
Terms of use | Feedback
(C) Copyright IBM Corporation 2000, 2005. All Rights Reserved.