cancel
Showing results for 
Search instead for 
Did you mean: 

Where is this class file located??

Former Member
0 Kudos

In developer studio, I am getting an error when building my java project that says "The project was not built since its classpath is incomplete. Cannot find the class file for com.sapportals.wcm.util.uri.RID. Fix the classpath then try rebuilding this project."

Here is the import statement: import com.sapportals.wcm.util.uri.RID;

I have not been able to find the jar file needed to fix this anywhere. Does anybody know the name of the file required for this?

Thanks for any help!

Accepted Solutions (0)

Answers (1)

Answers (1)

Ronib
Participant
0 Kudos

first of all add a web dynpro reference (dc->properties)

PORTAL:sap.com/com.sap.km.application

second, check these links

<a href="http://help.sap.com/saphelp_nw04/helpdata/en/5a/2e2f4234135433e10000000a155106/frameset.htm">external library dc</a>

<a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/194bdc4f-0901-0010-82ba-bf73af5d5f75">external libraries</a>

you may have to create a different dc to contain your jars.