-
Bug
-
Resolution: Fixed
-
P3
-
1.1.7
-
b01
-
generic
-
solaris_2.5.1
jdk117h - regression test failure:lang\getResource\asApplets\Relative1A.java
When running the regression test lang\getResource\asApplets\Relative1A.java I get the following error:Execution failed: Execution failed: `main' threw exception: java.lang.ClassNotFoundException: Relative1AsApplet when using the regression test harness. The actual error is as follows:
Using urlBase: file:/net/tapas/export4/regress/test/java/lang/getResource/
java.lang.ClassNotFoundException: Relative1AsApplet
at sun.applet.AppletClassLoader.loadClass(AppletClassLoader.java:229)
at sun.applet.AppletClassLoader.loadClass(AppletClassLoader.java:192)
at MyLoader.loadClass(RunAsApplet.java:58)
at RunAsApplet.testAsApplet(RunAsApplet.java:38)
at Relative1A.main(Relative1A.java:15)
Relative1AsApplet doesn't exist in this tree.
When running the regression test lang\getResource\asApplets\Relative1A.java I get the following error:Execution failed: Execution failed: `main' threw exception: java.lang.ClassNotFoundException: Relative1AsApplet when using the regression test harness. The actual error is as follows:
Using urlBase: file:/net/tapas/export4/regress/test/java/lang/getResource/
java.lang.ClassNotFoundException: Relative1AsApplet
at sun.applet.AppletClassLoader.loadClass(AppletClassLoader.java:229)
at sun.applet.AppletClassLoader.loadClass(AppletClassLoader.java:192)
at MyLoader.loadClass(RunAsApplet.java:58)
at RunAsApplet.testAsApplet(RunAsApplet.java:38)
at Relative1A.main(Relative1A.java:15)
Relative1AsApplet doesn't exist in this tree.