< prev index next >

test/java/rmi/transport/handshakeFailure/HandshakeFailure.java

Print this page

        

*** 29,38 **** --- 29,42 ---- * listening at that address), the client application should receive a * java.rmi.ConnectException or ConnectIOException, not a MarshalException. * @author Peter Jones * * @library ../../testlibrary + * @modules java.rmi/sun.rmi.registry + * java.rmi/sun.rmi.server + * java.rmi/sun.rmi.transport + * java.rmi/sun.rmi.transport.tcp * @build TestLibrary * @run main/othervm HandshakeFailure */ import java.net.ServerSocket;
< prev index next >