philipwhiuk / Game

Client-Server game framework
23 stars 12 forks source link

Properties file location is platform specific #15

Open philipwhiuk opened 10 years ago

philipwhiuk commented 10 years ago

Need to do better than this.

C:\etc\opt\philipwhiuk\gameServer.properties
[07.07.2013] [13:26:50] WARN [main] com.whiuk.philip.mmorpg.server.Main (Main.java:97) - Error reading properties file: /etc/opt/philipwhiuk/gameServer.properties
java.io.FileNotFoundException: \etc\opt\philipwhiuk\gameServer.properties (The system cannot find the path specified)
    at java.io.FileInputStream.open(Native Method)
    at java.io.FileInputStream.<init>(FileInputStream.java:138)
    at java.io.FileReader.<init>(FileReader.java:72)
    at com.whiuk.philip.mmorpg.server.Main.main(Main.java:93)
philipwhiuk commented 10 years ago

This is not a priority currently because the only property available is the network port.