cancel
Showing results for 
Search instead for 
Did you mean: 

Scheduler Task Wizard

Former Member
0 Kudos
73

Hi All,

I am trying to create scheduler task. I created portal application project and selected scheduler task wizard.

But it displays error in tasks window. Error is:

Missing required library:

'C:Program Files/SAP/IDE/IDE70/eclipse/plugins/com.sap.km.rfwizard/lib/

com.sap.security.api.jar'.

Please help me.

Thank You,

Deepti

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Try to download from here SAP NetWeaver Developer´s Guide

Release NetWeaver 2004s.pdf.

2.2.4 Referencing JAR Files

Procedure

The version of the JAR files you reference in your project in the SAP NetWeaver

Developer Studio must be the same as the version on the portal you use for

deployment and testing.

...

1. Copy all the JARs that you need for the project from the portal for deployment to the

workspace of your project. To do this:

a. Create a folder in your project workspace with File → New folder:

b. Copy the following public Knowledge Management JAR files to the folder:

bc_api.jar, km_api.jar and coll*_api.jar

c. If required, copy further portal JAR files to the folder.

2. Identify all the JAR files you need to reference in your project. If you use a particular

Knowledge Management class or interface, you can identify the corresponding JAR file

in the Javadocs. The Javadocs specify the name of the JAR file that each interface or

class belongs to.

For Knowledge Management, you need to reference:

○ All bc*_api.jar files

○ The subset of JAR files identified in km_api.jar and coll_api.jar

○ Additional portal JAR files if you use portal classes or interfaces

3. Add the JAR files you need for your project to the Java build path of your project. To do

this, choose Project �� Properties and then select Java Build Path and choose Add

Jars.

To ensure acceptable performance, only reference the JARs you actually need

for your development project. Referencing all km_api.jar and coll_api.jar files

would significantly slow down your development work.

Patricio.