[DEV] error in filme propeprtyies

This commit is contained in:
Edouard DUPIN 2020-10-22 00:16:29 +02:00
parent f1a49682b1
commit c1e1acaca5
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -27,7 +27,7 @@ public class WebLauncher {
public static void main(String[] args) {
try {
FileInputStream propFile = new FileInputStream( "properties.txt");
FileInputStream propFile = new FileInputStream( "/application/properties.txt");
Properties p = new Properties(System.getProperties());
p.load(propFile);
for (String name : p.stringPropertyNames()) {