cancel
Showing results for 
Search instead for 
Did you mean: 

Java code for Graphical Mapping

Former Member
0 Kudos

Hi,

I am new to the XI world.I read that when we do graphical mapping a java code is generated in the background.

Can any one tell me how to access that code ?

Any help would be appreciated.

Thnx.

Accepted Solutions (0)

Answers (1)

Answers (1)

MichalKrawczyk
Active Contributor
0 Kudos

hi,

you can find it in the XI server folders

have a look at my previous response:

Regards,

michal

-


<a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions"><b>XI / PI FAQ - Frequently Asked Questions</b></a>

Former Member
0 Kudos

Hi,

I got the jar file.

When I extracted, only the class file was present.

Is there any way to get the java source code.

Thnx.

Former Member
0 Kudos

Pravesh,

As Michal has pointed out in his link/post, you have to decompile the jar file to get the java code.

MichalKrawczyk
Active Contributor
0 Kudos

just type: java decompile

in google to find a tool

Regards,

michal