I do not have access to the source code but I have a jar file that takes some input for settings when it is run. It remembers the settings for subsequent runs so I assumed that it was storing information internally. However, if I delete the jar and download a new copy, the new copy has access to the same information the deleted one had.
Correct me if I'm wrong, but I believe this means it is storing/reading a file somewhere on my system? Is there any way to find that file? I tried hoping on windows and searching all files by date modified, but no such luck. Can hop on Ubuntu if needed.
Any input would be appreciated.