cancel
Showing results for 
Search instead for 
Did you mean: 

java.lang.NoClassDefFoundError

Former Member
0 Kudos

Hi,

After deploying, this error is coming

java.lang.NoClassDefFoundError: com/sap/tc/webdynpro/clientserver/uielib/standard/api/IWDAbstractTableColumn

at java.lang.Class.getDeclaredConstructors0(Native Method)

at java.lang.Class.privateGetDeclaredConstructors(Class.java:1618)

at java.lang.Class.getConstructors(Class.java:865)

at com.sap.tc.webdynpro.progmodel.generation.ControllerHelper.createDelegate(ControllerHelper.java:68)

at com.sap.tc.webdynpro.progmodel.generation.DelegatingView.<init>(DelegatingView.java:41)

... 29 more

It is coming when I am attempting to bind dictionary.

kindly help.

Thanks

Pratyush

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

This error is related to the mismatch of SP level's of NWDS and WAS.

Your NWDS SP level is higher than WAS SP level.

Make use of NWDS SP level less than or equal to WAS SP level.

Regards,

Mahesh

  • plz reward points if usefull

sankar_narayana
Active Participant
0 Kudos

Java Patch level updation is needed or u can import external JAR files from Eclipse plugins.Check the WAS Version with SP and Check the NWDS Version also

Answers (3)

Answers (3)

Former Member
0 Kudos

Thanks All

Problem was with versions only.

Regards

Pratyush

Former Member
0 Kudos

Hi ,

Even i had problem when i was using NWDS of higher version than WAS version.

The SP level of NWDS should be less than or equal to the SP level of the WAS for the WD application to work.

please reward points if found helpful.

Thanks,

Aruna.

former_member187702
Active Participant
0 Kudos

Hi

Please check the following threads taht deal with same problem

Regards