cancel
Showing results for 
Search instead for 
Did you mean: 

Imported Archive

itabhishek9
Participant
0 Kudos
1,684

Hi SDNites,

I have an imported archive which is used for JAVA mapping. This imported archive comprises of,

1. .Class

2. .Classpath

3. .project

In the past whenever I have created Java mapping it contains .JAVA and .CLASS which are created as I have imported .JAR files in PI system. Can you please help me with below 2 queries,

1. How are the above 3 files created when imported in SAP PI and does not have .JAVA files.

2. Where can I find source code in the above as it lies in .JAVA. I have see inside .Classpath and there are quite a few paths present but not sure ifI am looking into the right place to get .JAVA source code.

Regards,

Abhi

View Entire Topic
nabendu_sen
Active Contributor
0 Kudos

Hi Abhishek,

You can decompile your '.class' file.

Decompile Java Mapping

JD-GUI is a standalone graphical utility that displays Java source codes of “.class” files. You can browse the reconstructed source code with the JD-GUI for instant access to methods and fields.

JD-GUI

Regards,

Nabendu.