cancel
Showing results for 
Search instead for 
Did you mean: 

Warning building web dynpro component

Former Member
0 Kudos

Hi,

I encounter this while building the web dynpro component. I am currently using NWDI 2004s SPS11. can advise? Thanks in advance

[Warning]: Path in Classpath for file webdynproadmin.jar not found.

[Warning]: Path in Classpath for file webdynproclientserver.jar not found.

[Warning]: Path in Classpath for file webdynpromodel_dynamicrfc.jar not found.

[Warning]: Path in Classpath for file webdynpromodelimpl.jar not found.

[Warning]: Path in Classpath for file webdynproprogmodel.jar not found.

[Warning]: Path in Classpath for file webdynproruntime_designtime_coupling_api.jar not found.

[Warning]: Path in Classpath for file webdynproruntime_designtime_coupling.jar not found.

[Warning]: Path in Classpath for file webdynproruntime_repository_pmr.jar not found.

[Warning]: Path in Classpath for file webdynproruntime_repository.jar not found.

[Warning]: Path in Classpath for file webdynproservices.jar not found.

[Warning]: Path in Classpath for file SapDictionaryTypeServices.jar not found.

[Warning]: Path in Classpath for file SapDictionaryTypesRuntime.jar not found.

[Warning]: Path in Classpath for file SapMetamodelWebdynproContent.zip not found.

[Warning]: Version for file webdynproadmin.jar not found.

[Warning]: Version for file webdynproclientserver.jar not found.

[Warning]: Version for file webdynpromodel_dynamicrfc.jar not found.

[Warning]: Version for file webdynpromodelimpl.jar not found.

[Warning]: Version for file webdynproprogmodel.jar not found.

[Warning]: Version for file webdynproruntime_designtime_coupling_api.jar not found.

[Warning]: Version for file webdynproruntime_designtime_coupling.jar not found.

[Warning]: Version for file webdynproruntime_repository_pmr.jar not found.

[Warning]: Version for file webdynproruntime_repository.jar not found.

[Warning]: Version for file webdynproservices.jar not found.

[Warning]: Version for file SapDictionaryTypeServices.jar not found.

[Warning]: Version for file SapDictionaryTypesRuntime.jar not found.

[Warning]: Version for file SapMetamodelWebdynproContent.zip not found.

Error The project was not built due to "Resource already exists on disk: / /bin/ProjectProperties.wdproperties.". Fix the problem, then try refreshing this project and rebuilding it since it may be inconsistent.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

u need some JAR to work on DC.....sometimes NWDI does not support JDK1.5 n above version while creating DC.....so u have to import JAR files....

Check the following links....

<b>Using JAR files in Webdynpro:</b>

The JAR files will be required 2 times.

1) Design time

2) Run time

1)For Design time, you can add those JAR files to the Project Build path ( Right click on Project -> properties -> JAVA Build Path -> Libraries -> Add External JAR )

2)For Run time, your JAR files must be present on the server or in the Web Dynpro EAR. So, it is not possible for everyone to have access to put JAR files on server. What you can do here is, put the required JAR in the "lib" folder of Web Dynpro Application. So, the JARS will included in EAR of WDP App.

( go to package explorer -> select your WDP project -> import JARs in "Lib" folder)

<b>Threads:</b>

Inluding External libraries:

http://help.sap.com/saphelp_nw70/helpdata/en/f9/ce747474574fdb8a79fed77ea075f8/frameset.htm

Regards,

Suresh.T

Answers (1)

Answers (1)

Former Member
0 Kudos

First try to Repair your project if you still getting the same error try restarting netweaver and build/deploy your project again.

Steps to Repair project: right click on your DC > Repair > Project Structure and Classpath

If still getting the same error, then you may have some dependecies on other component which requires proper synchronization.

Regards, Amol