Hi,
I'm trying to run the entire server api and the client on my labtop but it doesnt seems to work. Would appreciate if someone can tell me the actual flow of executing the files. Thanks.
FYI: When i try to execute the SGS with the command: java -jar SunGameServer.jar
i have the following error:
E:\Program Files\Java\sgs-ea1>java -jar SunGameServer.jar
java.io.FileNotFoundException: SGS-apps.conf (The system cannot find the file specified)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(Unknown Source)
at java.io.FileInputStream.<init>(Unknown Source)
at sun.net.www.protocol.file.FileURLConnection.connect(Unknown Source)
at com.sun.gi.framework.install.impl.InstallationURL.<init>(Installation
URL.java:103)
at com.sun.gi.SGS.<init>(SGS.java:145)
at com.sun.gi.SGS.main(SGS.java:330)
but after i moved the file SGS-apps.conf from the etc folder into the same dir with the SunGameServer.jar other errors came up

:
E:\Program Files\Java\sgs-ea1>java -jar SunGameServer.jar
java.io.FileNotFoundException: apps\chattest\deploy.xml (The system cannot find the path specified)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(Unknown Source)
at java.io.FileInputStream.<init>(Unknown Source)
at sun.net.www.protocol.file.FileURLConnection.connect(Unknown Source)
at com.sun.gi.framework.install.impl.URLDeploymentReader.getDeploymentRec(URLDeploymentReader.java:98)
at com.sun.gi.framework.install.impl.InstallationURL.<init>(InstallationURL.java:115)
at com.sun.gi.SGS.<init>(SGS.java:145)
at com.sun.gi.SGS.main(SGS.java:330)
.... // same for other games apps