java - Alternatives to Jars -


hi have been developing java program writes lot of strings text files. need release program executable. can't write text files in jar file there alternatives?

i have code updates reading text file , making changes. these updates need done during running need solution both. thanks

files in jars cannot modified while jar opened. can read them, don't have write access. have create files somewhere else, in temp or user directory.


Comments

Popular posts from this blog

asp.net mvc - SSO between MVCForum and Umbraco7 -

Python Tkinter keyboard using bind -

ubuntu - Selenium Node Not Connecting to Hub, Not Opening Port -