cancel
Showing results for 
Search instead for 
Did you mean: 

HOw To Identify The JAR File Name

Former Member
0 Kudos

Hi,

In an already developed java code how can we identify which jar file has been used? Does it depend on what packages are included? In a java code which I have the following packages are included, so please tell me what will be the name of the corresponding file:

import com.sap.aii.mapping.api.StreamTransformation;

import com.sap.aii.mapping.api.StreamTransformationException;

import java.io.InputStream;

import java.io.OutputStream;

import java.util.Iterator;

import java.util.Map;

import javax.xml.namespace.NamespaceContext;

import javax.xml.xpath.*;

import org.xml.sax.InputSource;

import sun.misc.BASE64Encoder;

import sun.misc.CharacterEncoder;

Thanks,

Abhishek.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member200962
Active Contributor
0 Kudos

The .jar files that i will need are:

1) aii_map_api.jar

2) namespace.jar

Regards,

Abhishek.