cancel
Showing results for 
Search instead for 
Did you mean: 

source code from EAR file.

Former Member
0 Kudos

Hi,

Is it possible to get source code from ear file means i want exact DC structure like we can import par file to NWDS and do modification what ever u want like that with ear file it is possible or not?.

Regards,

surya.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

solved by self.

Former Member
0 Kudos

Hi SUrya,

Can you please tell me how u did this?

Regards,

Sharan

Former Member
0 Kudos

You cant get the code from .ear or .war, because inside them you have the .class files not the .java.

Former Member
0 Kudos

Hi,

The only thing that u would be able to get from ur WAS is

deployed EAR file.Using that EAR file u can easily get code

but u wont be able to get full project.

U can find EAR on WAS Using

log on to WAS


\usr\sap\<server>\DVEBMGS01\SDM\root\origin

here you can see your application..and you can take ear from

there.. and deploy anywhere you want..

If project is local then


\usr\sap\<server>\DVEBMGS01\SDM\root\origin\local\your project name..

there you can see datewise folder as per the deployment you

have done. take recent copy of deployed ear..

regards

Surender Dahiya