cancel
Showing results for 
Search instead for 
Did you mean: 

How to change decompiled jar and again include it in the par project

Former Member
0 Kudos

Hi;

I have a par project for masthead development which I downloaded from portal.

In that I had a com.sap.portal.navigation.masthead_core.jar

file in lib folder I decompiled it and found that it was a collection of .jad files. Now I want to make changes in lightheaderiView.jad file and again include it in the project and deploy it.

So please guide me how to do that with detailed steps

You can also mail me any details at anaik@essar.com.

Ten to person who helps me solve the issue.

Edited by: anzar naik on Jul 16, 2008 8:57 AM

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

create new java class in src.core in your IDE

copy the code that you have decompiled in that class

rename the package and the class if necesary

now you have that class in a proyect so you can build the par file with the NWDS

regards

Answers (0)