Hi Luc,
Obviously, Thilo has some directory where he has downloaded all KMC stuff into and uses this classpath variable. But you havn't 😊
Hopefully, you have downloaded the whole stuff under WEB-INF/portal/portalapps (or more up the path). Or have a local portal installation.
Then you could:
a) Delete these
<classpathentry kind="var" path="KMC_LIBS/...
entries from the .classpath file
b) create a classpath variable PORTAL, pointing to the folder given above (or directly to the WEB-INF)
c) use ClassLocator - http://sourceforge.net/projects/classlocator - to create the .classpath entries needed; watch the doc for ClassLocator how to use it (first, you'll have to index all JARs possibly needed).
Hope it helps
Detlev
PS: Please consider rewarding points for helpful answers on SDN. Thanks in advance!
OK, I found it myself.
If anyone has the same problem:
Just download the PDK Jars from the portal. Open the "Java Developer" role in the portal and choose PDK Jars Download. Download the netweaverlibraries.zip, extract it and link them in the preference pane from your NDS.
Good luck!
Detlev,
Thanks for your help! Found the problem when you were replying though...
Add comment