Show TOC Anfang des Inhaltsbereichs

VorgehensweisenCreating a New Java Project  Dokument im Navigationsbaum lokalisieren

Use

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 ® Java Projectand choose Next

New Project Dialog Preview

Diese Grafik wird im zugehörigen Text erklärt

       3.      Specify MyLoginModuleProject as the Project name:

New Java Project Dialog Preview

Diese Grafik wird im zugehörigen Text erklärt

       4.      Choose Finish.

The new project is created.

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

       6.      Specify the Java package for your login module class and name it com.sap.example.

       7.      In the dialog that appears, specify MyLoginModuleClass as the name of the class:

New Java Class Dialog Preview

Diese Grafik wird im zugehörigen Text erklärt

       8.      Choose Finish.

Result

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

Result Preview

Diese Grafik wird im zugehörigen Text erklärt

Next Step

Implementing the Login Module

 

 

Ende des Inhaltsbereichs