I have a server/client program that communicates with serialized objects.
When I run the server/client from Eclipse everything works fine.
When I export the server to a .jar and the client to another .jar and try to run them, nothing happens and the client freezes.
I suspect there is a problem with the serialization [eclipse-javaw].
Any suggestions??
I have a server/client program that communicates with serialized objects. When I run the
Share
1)Check if your hard-coding any value which is specific to ur machine only
2)Check if your jar file contains all the class files which are required for your project.