cancel
Showing results for 
Search instead for 
Did you mean: 

Decompile java mapping

prabhu_s2
Active Contributor
0 Kudos
794

hi

i have to amend a java mapping program but given the suituation where i do not have the .java file i'm unable to see what is in the java mapping and the kind of validations in there. please any help on how to handle this? definetly we need the java mapping and no turning back on it...how can i download the .class and get the respective code?

Accepted Solutions (1)

Accepted Solutions (1)

former_member190293
Active Contributor
0 Kudos

Just add jar extension to your file and open it in JD GUI.

Regards, Evgeniy.

Answers (3)

Answers (3)

prabhu_s2
Active Contributor
0 Kudos

thk u I, it worked

prabhu_s2
Active Contributor
0 Kudos

yes i tried it but downloading the .class file from imported archieve doesnt store the file name as .class but with a file with no extension. I renamed the file name as .class and used online decomplier but i gave me a result as null

manoj_khavatkopp
Active Contributor
0 Kudos

rename the file as .jar or .zip and then import that into eclipse then open using JD-GUI.

former_member190293
Active Contributor
0 Kudos

Hi Parabhu!

You can try to export your imported archive from ESR to .jar file and open it with any java decompiler, for example, JD-GUI.

Regards, Evgeniy.