< prev index next >

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

Print this page

        

@@ -27,10 +27,14 @@
  * system property is interpreted to name the class to instantiate for the
  * RMIClassLoader provider.
  * @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 TestProvider
  * @run main/othervm/policy=security.policy Property
  */
 
 public class Property {
< prev index next >