< prev index next >

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

Print this page

        

@@ -27,10 +27,14 @@
  * property not set, the first provider located through java.util.ServiceLoader
  * (which should be "TestProvider2") will 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 TestProvider TestProvider2
  * @run main/othervm/policy=security.policy Installed
  */
 
 public class Installed {
< prev index next >