cancel
Showing results for 
Search instead for 
Did you mean: 

No such method error when launching the Interactive form

chinna_babu2
Active Participant
0 Kudos

Hi Experts,

I have developed a simeple Java Webdynpro application and added an Interactive form without any controls in it. Created the context with one value node and a binary value attribute.

I have assigned value node to datasource and binary attribute to pdfSource. When I launch the application I am getting the following no such method error.

java.lang.NoSuchMethodError: com/sap/tc/webdynpro/clientserver/uielib/adobe/api/IWDInteractiveForm.setTemplateSource(Ljava/lang/String;)V

The currently executed application, or one of the components it depends on, has been compiled against class file versions that are different from the ones that are available at runtime.

If the exception message indicates, that the modified class is part of the Web Dynpro Runtime (package com.sap.tc.webdynpro.*) then the running Web Dynpro Runtime is of a version that is not compatible with the Web Dynpro Designtime (Developer Studio or Component Build Server) which has been used to build + compile the application.

My NWDS is of Version 7.0.06

and J2EE Engine is of Version 6.40.

any guess why I am getting this error.

Thanks

Chinna.

Accepted Solutions (0)

Answers (1)

Answers (1)

chinna_babu2
Active Participant
0 Kudos

Issue solved. Compatablility issue NWDS 2.0 Version should use for NW 2004.