cancel
Showing results for 
Search instead for 
Did you mean: 

Custom Action development error - missing class XMLHandler in SDK

Former Member
0 Kudos

Hi,

I am trying to develop a custom action for MII 12.2 version. I have downloaded the SDK from System Resources -> Custom Actions page.

And I was trying use the XMLDataType in eclipse IDE after importing the SDK library, but when I try use the method "assignXML()" I get the following error:


java.lang.NoClassDefFoundError: com/sap/lhcommon/xml/XMLHandler

  at com.sap.lhcommon.xml.XMLDataType.assignXml(XMLDataType.java:284)

And when I look in the sdk jar in the path pointed by the error "com/sap/lhcommon/xml/XMLHandler" I don't find the class file XMLHandler. I have downloaded the SDK again to check and the class wasn't there again.

Should I use a different SDK? Is there any link available to the SDK besides the link in MII? Should I try something else?


Thanks,

Fernando

Accepted Solutions (1)

Accepted Solutions (1)

former_member185280
Active Contributor
0 Kudos

Fernando,

You can try downloading the LHCommon.jar file and adding it to your development environments class path as described in the thread below:

http://scn.sap.com/thread/3777505

Regards,
Christian

Answers (0)