cancel
Showing results for 
Search instead for 
Did you mean: 

Re: How to open / edit imported JAVA archive file (PI Java mapping)

Former Member
0 Kudos

Hi Gurus

Can you please let me know the steps on wat software to install and where to get the necessary jar files from PI - so that I can open a *.zip - Imported archive file (which seems to include .java & .class files).

So, that I can open the actual code (.java) - and try to make the necessary edits (just need to ADD a few new fields to the existing JAVA mapping).

As always Your help is greatly appreciated!!

Thank you,

Ritu

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Dear Ritu,

Software List :-  1. Java 5 or  6 check according your PI Version .

                         2. Eclipse or NWDS

                         3. Jar file .. com.sap.xpi.ib.mapping.lib

                         4. download software for jar

u can refer the below blogs

Beginners guide to Java mapping using DOM parser in SAP XI - Process Integration - SCN Wiki

Regards,

Rudra

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Ritu,

First of all export the Import archives from ESR(saves as .zip file) and then refer that .zip file into the eclipse tool.

Please check below link on how to import the zip file in eclipse.

Help - Eclipse Platform

once imported you can edit the code and once done with editing save the code and then check the exporting tab in the same link pasted above to export the jar file. Now you can use that new jar file to import into ESR.

Regards,

Ramesh.

sunilchandra007
Active Contributor
0 Kudos

In addition, you can check the blog

Regards,

Sunil Chandra

Former Member
0 Kudos

refer the blog -