< prev index next >

test/java/rmi/transport/reuseDefaultPort/ReuseDefaultPort.java

Print this page

        

*** 32,41 **** --- 32,45 ---- * historically worked with the J2SE RMI implementation, so it should * continue to work because existing applications might depend on it. * @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 ReuseDefaultPort */ import java.io.IOException;
< prev index next >