I have a problem,
for the nature of my project, I need to read a txt file, packed in a JAR, this is my situation:
I have a project in eclipse, and I create a txt file into it: project->new->new txt file in this file I will store my login setting.
I want to create an executable JAR, and when I will execute this JAR, I want that use the data stored into the txt file.
This Jar should be as independent as possible, because I will need to execute it in many different places and situation, and I only can have one file (jar) for that, this txt should be into the jar.
How can I do that?
I hope this same question doesn't be answered before (I have been looking for that but I didn't find any response) if is a duplicated question I am apology in advance.