Hi everybody,
I made a RMI interface to access my world through a server. But it doesn't work because the Serializable interface is not implemented in Java3D. See below the error I get.
 
RemoteException
java.rmi.MarshalException: error marshalling arguments; nested exception is:
        java.io.NotSerializableException: com.sun.j3d.utils.universe.SimpleUniverse
 
Does anybody have a solution to my pb?
 
Please help me, it is really important.
Gael.
 

Reply via email to