I have an application that uses files.txt to work. When I test the application with a main Class it works but when I deploy it I have this error :
java.io.FileNotFoundException: keyWords/CA.txt (No such file or directory)
java.io.FileNotFoundException: keyWords/CA.txt (No such file or directory)
java.io.FileNotFoundException: keyWords/NormalWords.txt (No such file or directory)
How can I make this work. Thanks !