cancel
Showing results for 
Search instead for 
Did you mean: 

java.lang.NoClassDefFoundError: com/sapportals/wcm/repository/IResourceCont

Former Member
0 Kudos

Hi All ,

I have written a webdynpro application .. to read files from a KM folder , for that i have added <b>bc.rf.framework_api.jar</b> to the java build path .. when i run the application i am getting the following error ..<b> java.lang.NoClassDefFoundError: com/sapportals/wcm/repository/IResourceContext</b> . i have that jar file in my server . can some one tell me what is the problem .

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi

First of all try this

1)Copy that <b>.jar</b> file into your local system and add the local system path

2) Now one more thing is .

in <b>Navigator</b> Tab of your project [NWDS] add that <b>.jar</b> file in lib folder[you can directly use paste option]

3)Now Deploy again and Run

If this didnt solve your problem, try this also

goto <b>Properties</b> of your project-> <b>WebDynpro References</b>-><b>Sharing References</b>-> Add-> com/sapportals/wcm/repository/IResourceContext

Regards

Chaitanya.A

Former Member
0 Kudos