I have a question: How can I change/edit text file placed in class folder which is added to build path in my java project.
I'm working with Apache Nutch and in my gui app user must be able to edit regex-urlfilter.txt file (add or delete filter). It is palaced in nutchConf directory which was added to Build Path.
I'll be grateful for any answer.
EDIT: And I want to get it to work after exporting to jar and run from terminal.