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
Post a Comment