test/java/rmi/Naming/LookupNameWithColon.java

Print this page

        

@@ -26,11 +26,11 @@
  * @summary Ensure that java.rmi.Naming.lookup functions properly for names
  *          containing embedded ':' characters.
  *
  * @library ../testlibrary
  * @build TestLibrary
- * @run main LookupNameWithColon
+ * @run main/othervm LookupNameWithColon
  */
 
 import java.rmi.Naming;
 import java.rmi.registry.Registry;