hello everybody,
actually i am coding a small tool. i am using
ide eclipse. there i have built a project with a few classes and in the root of the project there is folder containing several .txt files.
if i read them with my application in eclipse, there is no problem. but then i built a jar file (using fat jar plugin for eclipse). now the tool can not find the .txt files anymore (even if they are present in the jar-file).
i looked up the internet for a solution but could not find anything.
can someone please help me?
Project:
controller.Application.java --> uses another class "InOut"
io.InOut.java --> this one acceses the files in the folder below
sql_templates/ --> Folder
sql_templates/generateCode.txt ---> many files like this
thanks a lot
kilia