< prev index next >

test/java/rmi/server/RMIClassLoader/spi/DefaultProperty.java

Print this page

        

@@ -27,10 +27,14 @@
  * system property to "default" causes the default provider instance to
  * be used by the RMIClassLoader API.
  * @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 ServiceConfiguration Foo
  * @run main/othervm/policy=security.policy DefaultProperty
  */
 
 import java.net.MalformedURLException;
< prev index next >