Hi All,
I have a compiled Dar file which has a.jar file inside it.Now i need to do some changes in the jar file and replace inside the dar file.
What i did was,,
- I've extracted the dar file
- replace the modified jar file
- Archive the new files and created dar file.
Will my modified dar file work??
P.S:Here i do not have the complete code setup to align in eclipse and perform the changes.
Thanks in advance.