Game icon indicating copy to clipboard operation
Game copied to clipboard

Properties file location is platform specific

Open philipwhiuk opened this issue 12 years ago • 1 comments

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 avatar Jul 07 '13 12:07 philipwhiuk

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

philipwhiuk avatar Jul 13 '13 18:07 philipwhiuk