posted 10 years ago
Thanks Simon, I have been able to get connection. I just changed the java.policy file and granted access to all and it worked.
Now i am facing issues while transferring object over the network. I always get null value from the object at client side. The values are set on the server but when it reaches client it becomes null. Though if i set a string i can easily get that on the client side.
Here are my server and client classes.
This is the Client Class
Citizen Class