mardi 30 décembre 2014

Relative Path with Java Web (Eclipse)

Hello I am trying to do a web application and have a problem: I don't know how to open a text file with Java that is saved in the resource folder:


text file saved in the resource folder



String relativeWebPath ="/src/main/resources/words.txt"; //Import der des Textdoumentes
String absoluteDiskPath = getServletContext().getRealPath(relativeWebPath);
File f = new File(absoluteDiskPath);


(The file words.txt)


As you can see on the image I am trying to access words.txt but it isn't working. Any ideas?





Aucun commentaire:

Enregistrer un commentaire