< prev index next >

test/java/rmi/server/RMIClassLoader/delegateToContextLoader/DelegateToContextLoader.java

Print this page

        

@@ -27,10 +27,14 @@
  * should load classes from a class loader that delegates to the current
  * thread's context class loader (not just the base class loader always).
  * @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 DelegateToContextLoader
  */
 
 import java.io.*;
< prev index next >