Show TOC Start of Content Area

Procedure documentation Setting the Build Path  Locate the document in its SAP Library structure

Use

To be able to build the HelloJob, you have to add a build time reference to the APIs of the SAP NetWeaver Scheduler for Java. The build time reference you need to add depends on the application server layer you are working in.

Prerequisites

The message-driven bean is created in the HelloJobProject.

Procedure

To the HelloJobProject, add a reference to the following façade:

tc/je/scheduler/api

The facade contains the relevant Java Scheduler APIs for applications.

Note

This note is relevant only for SAP internal developers.

The build time reference you need to add depends on the Application Server Java layer you are working in. For more information about the correct reference, see SAPNote 1007451.

Result

The correct build path for the HelloJobProject is set.

Next Step

Developing the JobBean Class of the HelloJob

End of Content Area