I always hate to assume anything. Do we need to explicitly tell the examiner how to set up their path to the java and jar executables? The instructions state that: "If any environmental setup is required, do not just say what needs to be done; provide instructions on how to perform the setup." Since these people most likely work for Sun, can't we assume(ugh) that their system path is properly set up? If anyone who has already submitted can respond, I would appreciate it.
Tell me, Mr. Anderson, what good is a phone call when you are unable to speak?
Hope this helps. Here is the only instructions I wrote in my readme.txt in regards to running the program
----------------------------------------- To run the server 1. run the following command java -Drmi.security.policy=policy.all -jar server.jar
this starts the server and it's GUI. ---------------------------------------------------------------------------------------------------------- To run the client 1. to run in Local mode a. run the following command java -jar client.jar
OR
2. to run in Remote mode a. run following command
java -Djava.security.policy=policy.all -jar client.jar {URL of Server}
make sure you add the URL location of the database in that call. as an example