test/java/rmi/Naming/LookupNameWithColon.java

Print this page

        

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