cancel
Showing results for 
Search instead for 
Did you mean: 

import com.sap.engine.lib.xml.util.SAXToDocHandler;

Former Member
0 Kudos

Hi,

Some people once apon a time wrote a java mapping program. These guys are no longer in the company and now I need to make some changes to the functionality.

My first problem is that I'm not able to build the solution since two of my import statements are not recognized:

import com.sap.engine.lib.xml.util.SAXToDocHandler;

import com.sap.engine.lib.xsl.xslt.output.DocHandlerSerializer;

I've been looking around to find a jar-archive to add to my classpath, but can't find any on the server.

Anybody can help me in finding out how to make the compiler acknowledge the imports?

Help we be greatly appreciated:-)

Regards,

Daniel

Accepted Solutions (1)

Accepted Solutions (1)

former_member182372
Active Contributor
0 Kudos

Hello Daniel,

My NWDS is 2.0.12 and SAXToDocHandler and DocHandlerSerializer are locating in

C:\Program Files\SAP\JDT\eclipse\plugins\com.sap.tc.ap\comp\SAP_BUILDT\DCs\sap.com\tc\bi\xml\_comp\gen\default\public\def\lib\java\sapxmltoolkit.jar

BTW, are you using DC or simple project? In case of DC it is "Local Development->SAP-JEE->sapxmltoolkit->default".

Best regards, Maksim Rashchynski.

Former Member
0 Kudos

Hi Maksim,

Thanks for your reply - that was exactly what I needed:-)

I'm using Eclipse, so I needed to import the jar-file to my classpath...

Best Regards and many thanks,

Daniel

Answers (0)