cancel
Showing results for 
Search instead for 
Did you mean: 

missing required library in NWDS 2004s SP8

Former Member
0 Kudos

When I try to import web dynpro projects created in NWDS 2004 SP16, they give a lot of errors:

"missing required library:'C:\Program Files\SAP\IDE\IDE70\eclipse\plugins\com.sap.dictionary.runtime\lib\SAPDictionaryType...."

There many such errors looking for many plugins. When I look in my installation of NWDS, the directory has all these plugins, but they each have a version appended after them, like _2.0.0.

I guess I could go through the plugins one by one and cahnge the name of the folders, but that doesn't seem right. I was able to import a new 2004s project from SDN with no problem.

Anyone else have this problem?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

Don't change the names of your folders.

Right click on your project->Properties->Java build path->Libraries->Add External Jars->From your installation add all the jars tha are being referenced.

And then Select the old entries e.g 'C:\Program Files\SAP\IDE\IDE70\eclipse\plugins\com.sap.dictionary.runtime\lib\SAPDictionaryType.... and click remove.

By this the classpath will point to the required libraries of your installation and not the old one.

Regars,

Ajay

Answers (0)