< prev index next >

test/java/rmi/transport/handshakeTimeout/HandshakeTimeout.java

Print this page

        

@@ -32,10 +32,14 @@
  * because it should be clear that no partial call execution has occurred at
  * this point (because no data for the invocation has yet been written).
  * @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 HandshakeTimeout
  */
 
 import java.net.ServerSocket;
< prev index next >