< prev index next >

test/sun/rmi/runtime/Log/checkLogging/CheckLogging.java

Print this page

        

@@ -26,10 +26,14 @@
  * @summary RMI should use new logging APIs. Unit test to exercise
  * RMI's use of the java.util.logging API.
  * @author Laird Dornin
  *
  * @library ../../../../../java/rmi/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
  * @run main/othervm CheckLogging
  */
 
 import java.util.logging.Level;
< prev index next >