cancel
Showing results for 
Search instead for 
Did you mean: 

jar files for javax.xml .* & org.w3c.*

former_member185845
Active Participant
0 Kudos

Dear Collegues,

For a POC i am trying using Java DOM.

i needed these files

import javax.xml.parsers.DocumentBuilder;

import javax.xml.parsers.DocumentBuilderFactory;

import javax.xml.parsers.ParserConfigurationException;

import javax.xml.transform.Transformer;

import javax.xml.transform.TransformerFactory;

import javax.xml.transform.dom.DOMSource;

import javax.xml.transform.stream.StreamResult;

import org.w3c.dom.Document;

import org.w3c.dom.Element;

import org.w3c.dom.Node;

import org.w3c.dom.NodeList;

import org.w3c.dom.Text;

import org.xml.sax.SAXException

Where can i down load the respective jar files.

Regards

shekar chandra

Accepted Solutions (1)

Accepted Solutions (1)

bhavesh_kantilal
Active Contributor
0 Kudos

Hi,

You need to <b>aii_map_api.jar</b> . This file can be downloaded from your XI server at the location ,

j2ee\cluster\server0\apps\sap.com\com.sap.xi.services

Regards

Bhavesh

Answers (3)

Answers (3)

Former Member
0 Kudos

You dont have to download any specific package. JDK1.4 onwards , these classes / interfaces shipped as a part of the standard installation

Former Member
0 Kudos

download apace xalan and xerces and put those jar files in classpath.

Search Google as "apache xalan download" and "apache xerces download" and you'll find them.

--Archana

Former Member
0 Kudos