Hi,
I need to updating the jar file within a application and without replacing existing jar.
I upload the new version of jar file into web service.
And I'm using platforRequest(url), passing the web service url. Here that specified jar file was downloaded and close the current application and fully replaced with existing jar file and installed again.
But i need to update within the application without closing the application. Im using huge amount of textfiles in my application. I need to update these textfiles only.
How its possible to updating the jar without replacing?

Reply With Quote

