[DEV] error in filme propeprtyies
This commit is contained in:
parent
f1a49682b1
commit
c1e1acaca5
Binary file not shown.
@ -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()) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user