cancel
Showing results for 
Search instead for 
Did you mean: 

Missing jar files on NW Developer Studio

Former Member
0 Kudos

Hello,

I am trying to import the example of KMC from this link:

http://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/documents/a1-8-4/developing a search component for km search iview.article

The example is using these APIs:

com.sapportals.wcm.control.util.search.*

com.sapportals.wcm.service.indexmanagement.*

The problem is that I cant find these packages at the NW Developer Studio. Can someone help me locate it please?

View Entire Topic
Former Member
0 Kudos

Hi Roy,

Thilo Brandt has written an excellent article about Java development in the KM, it can be found here;

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/documents/a1-8-4/java development with the kmc platform.pdf

It was Thilo who wrote the article that you are working with right now.

The article I've pointed you to shows that you must go portal server side to get the required libraries.

Go to your portal installation and copy (to your client) all library folders with the names:

com.sap.km.*

com.sap.netweaver.bc.*

com.sap.netweaver.coll.*

that'll give you all the KM libraries locally.

Page 28 of the article I mentioned shows this with a nice picture.

I hope it helps.

Patrick.

Former Member
0 Kudos

Patrik:

Thank you very much, that indeed solved the problem!

Amey-Mogare
Contributor
0 Kudos

Hi Roy,

I am too implementing same example and I need JARs following classes :-

com.sapportals.wcm.service.indexmanagement

com.sapportals.wcm.control.released.search

com.sapportals.wcm.service.indexmanagement.retrieval.search

I have copied entire portalapps folder to my local machine.

Can you please tell me where exactly JARs for above classes is located? Here there are numerous folder and sub-folders?

Thanks and regards,

Amey Mogare