cancel
Showing results for 
Search instead for 
Did you mean: 

Can't find the jspdynpage in .par project

Former Member
0 Kudos

I have a project in NWDS with .par file for masthead.

In the dist folder I found the jsp files but where will I get the jspdynpages in this project.

I want to add the code to connect to R/3 in this dynpage for lightheaderiview.jsp

Please help.

Accepted Solutions (1)

Accepted Solutions (1)

detlev_beutner
Active Contributor
0 Kudos

Hi Anzar,

Kumar said:

> Check dist>PORTAL-INF>jsp

That is misleading of course, as you said that you found the JSPs by yourself.

The JSPDynPage implementation you won't find if you imported the PAR into NWDS, as the sources are not part of the PAR. And the compiled JAR parts of the PAR are not imported into NWDS automatically. So you would have to copy the JARs into the project manually, and within the JARs, you'll find the JSPDynPage implementation (if it is done via JSPDynPage). For changing something inside the implementation, you would have to decompile the classes you want to change, put them as sources into the project and delete the original compiled version within the copied JAR.

That way, you can change the implementation and create a new deployable PAR with your changes inside.

Hope it helps

Detlev

Former Member
0 Kudos

Hi where will I get java decompilers.

Former Member
0 Kudos

search in google.you will get so many links for example--DJ decompiler

Former Member
0 Kudos

After decompiling I got a number of .jad files Now how to make changes in it compile it and include it back into the .par project.

Former Member
0 Kudos

Bro you will have to use the files generated by the de-compiler and re-create a new par file. Thats my best guess

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Check dist>PORTAL-INF>jsp

Regards,

Kumar