I'm trying to develop a password manager.
My initial thought was to create a file to store the data and Build a jar so that it can be portable.
After searching in google i came to know that we cannot write to a file in the .jar file.
So now is there any other way to develop the application in the way i wanted to (I mean portable jar) ?