cancel
Showing results for 
Search instead for 
Did you mean: 

Access class files in a Portal Archive

MarkusKlein
Active Contributor
0 Kudos

Hello,

i have downloaded the uwl.par file form the portal and imported it into the NWDS. The par file does include tons of class-files. How can i access them?

regards,

Markus

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

HI,

You can use any decompiler to decompile the class files and view the code.

I have mailed you a decompiler.

Answers (2)

Answers (2)

Former Member
0 Kudos

Just curious, what is the motication for viewing the source code of the class file?

MarkusKlein
Active Contributor
0 Kudos

Hello Kiran,

its pretty simple, i want to understand how it does work. And as im coming from the ABAP side of SAP im used to view the standard code

regards,

Markus

Former Member
0 Kudos

For viewing the class file, you can download any java decompiler

I would suggest use DJ..download from

http://members.fortunecity.com/neshkov/dj.html

You can also JAD for the same.

please note that decompliled code may not be exactly same as the original code.

Regards,

Piyush

ps: please mark useful answers.