< prev index next >

test/java/rmi/Naming/RmiIsNoScheme.java

Print this page

        

*** 27,36 **** --- 27,40 ---- * method should not append an "rmi:" scheme prefix to the URLs in the * array of Strings it returns. * @author Ann Wollrath * * @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 * @run main/othervm RmiIsNoScheme */ import java.io.*;
< prev index next >