< prev index next >

test/sun/misc/URLClassPath/ClassnameCharTest.java

Print this page

        

*** 21,34 **** * questions. */ /* @test * @bug 4957669 5017871 - * @compile -XDignore.symbol.file=true ClassnameCharTest.java - * @run main ClassnameCharTest * @summary cannot load class names containing some JSR 202 characters; * plugin does not escape unicode character in http request */ import java.io.*; import java.net.*; import java.util.jar.*; --- 21,35 ---- * questions. */ /* @test * @bug 4957669 5017871 * @summary cannot load class names containing some JSR 202 characters; * plugin does not escape unicode character in http request + * @modules java.desktop/sun.applet + * @compile -XDignore.symbol.file=true ClassnameCharTest.java + * @run main ClassnameCharTest */ import java.io.*; import java.net.*; import java.util.jar.*;
< prev index next >