Hi I have RMI application and now I try to invoke some methods at server from my client. I have following code:
public static void main(final String[] args)
I know why it happens. for example you start server in the project A, but you use the Client in the project B to request this server,this is wrong. So you should put the server and client in the same project.