on 2007 Jan 05 9:24 AM
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
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
75 | |
9 | |
9 | |
8 | |
8 | |
7 | |
7 | |
6 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.