< prev index next >

test/java/rmi/server/RMIClassLoader/useGetURLs/UseGetURLs.java

Print this page

        

@@ -28,10 +28,14 @@
  * internal use by the RMI runtime), then it should return a String containing
  * a space-separated list of the class loader's path of URLs.
  * @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 Dummy
  * @run main/othervm/policy=security.policy/timeout=120 UseGetURLs
  */
 
 import java.io.*;
< prev index next >