I have three projects. First one is RMI CLient and second one is RMI Server. I also have third project where I have some common class. I made library from third project and add into others (Client and Server). I have problem when i want to pass some class A which is in library (third project) as an argument of remote class. My problem is that i get exception about serialVersionUID... where is the problem ? I think that the problem is in shering this class A between Client and Server.
please help