Hello everyone!
I have a small gui application(phone book), I can add and remove contacts and my storage is xml file, where I place my data. So when I run it from ide, it's work nice! But after building in jar file, my list of user is empty (but some users in xml are exist). And when I try to adding some contact, it is not added in xml, and contact list continue to be empty. Do I need to publish sources, or maybe you have some idea without it?