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

php - How to modify a menu to show sub-menus -

shopping cart - Page redirect not working PHP -

python - Installing PyDev in eclipse is failed -