Search:

Type: Posts; User: deepthought

Search: Search took 0.07 seconds.

  1. Replies
    7
    Views
    4,152

    Re: rmi problems

    java.rmi.UnmarshalException: Error unmarshaling return; nested exception is:
    java.net.MalformedURLException: unknown protocol: g
    at sun.rmi.transport.StreamRemoteCall.executeCall(Unknown Source)...
  2. Replies
    7
    Views
    4,152

    Re: rmi problems

    it's coming form the Naming.Bind() call, i think.
  3. Replies
    7
    Views
    4,152

    Re: rmi problems

    thought so. how can i fix this?
  4. Replies
    7
    Views
    4,152

    rmi problems

    i'm trying to create a basic hello world for rmi .

    server code:



    import java.net.InetAddress;
    import java.net.MalformedURLException;
    import java.net.UnknownHostException;
    import...
Results 1 to 4 of 4