java - Change a .properties file inside a jar from within that jar -
i have runnable jar , change properties file inside runnable jar itself. main aim here when jar runs first time, communicates other modules using ipc , gets details other module, after getting details jar must persist values when runs again next time, must able use new details.
if not possible, best way such thing storing these details temporary location may not way.
Comments
Post a Comment