Show TOC

Procedure documentationCreating a New Java Project Locate this document in the navigation structure

 

You create a Java project in this step. Later, you will create the Java class in this project to implement your login module.

Procedure

Using the SAP NetWeaver Developer Studio:

  1. From the menu path, choose   File   New   Project  .

  2. In the dialog that appears, select Java Projectand choose Next.

    1. Specify MyLoginModuleProject as the Project name.

      New Java Project Dialog Preview

      This graphic is explained in the accompanying text.

  3. Choose Finish.

    The new project is created. The wizard opens the associated with the project perspective.

  4. Select the name of the project and open the context menu. Choose   New   Class  .

  5. Choose the Package field for your login module class and enter com.sap.example for its name.

  6. In the provided dialog, specify MyLoginModuleClass as the name of the class:

    New Java Class Dialog Preview

    This graphic is explained in the accompanying text.

  7. Choose Finish.

Result

The Java class for the new login module is generated in the specified Java package.