cancel
Showing results for 
Search instead for 
Did you mean: 

JAR files in PAR files

Former Member
0 Kudos

Hi,

I have downloaded a par file.

Now I have within it a JAR file which I have extracted and using Java Decompiler I can view these files.

Suppose I wish to modify these class files, put them back in the JAR and then in the PAR and deploy it, how do I do this in NWDS?

Accepted Solutions (0)

Answers (2)

Answers (2)

0 Kudos

I guess import the par file ... go to File->import->par change your perspective to the EP perspective ... If there is nothing in the src.api and or in the src.core you'll have to inspect the par file and rebuild the portal application structure. You’ll probable have to use your decompile to extract src.api and scr.core.

If this is a standalone jar file included in the project, it seems that you would be able to use winwar or winzip to replace the jar file directly and deploy it.

If this par file is derived from standard portal functionality i suggest you find the associated .bac file and make code modifications using that file. It would make you life much easier.

0 Kudos
Former Member
0 Kudos

Hi Roger,

Thanks for your reply. But,

I was referring to the jar file modification withing the pars.

Former Member
0 Kudos

Hi Roger,

Thanks for your reply. But,

I was referring to the jar file modification withing the pars.