Hello,
I find a new strange problem when I just want to submit. But no troubles according to the instructions.html.
I have four packages in the suncertify, they are client, common, server and db. The runme.jar is OK in the 3 modes. Then I have a
test that make a client.jar which contains the client-side needed(suncertify.client & suncertify.common packages). I start a server by "java -jar runme.jar server", then I start a client by "java -jar client.jar" and the client-side GUI appears. It is strange that the client can not connect to the server. The "runme.jar"-client is OK, but "client.jar"-client is not. All of the classes it needs are in the client.jar with a new entry point, but the common entry point.
It puzzled me, though it is unnecessary according to the instructions.html.
If some friend understand, please tell me.
Thanks.