< prev index next >

test/java/rmi/server/RMIClassLoader/delegateBeforePermissionCheck/DelegateBeforePermissionCheck.java

Print this page

        

@@ -31,10 +31,14 @@
  * ClassNotFoundException (wrapping a SecurityExcpetion) because the caller
  * does not have permission to access the codebase URL.
  * @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 Foo
  * @run main/othervm DelegateBeforePermissionCheck
  */
 
 import java.net.*;
< prev index next >