This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: Patch: test case for PR 21115
On Fri, 2005-04-22 at 15:17 +0530, Ranjit Mathew wrote:
> Anthony Green wrote:
> > Here's a test case for PR 21115, including expect glue.
>
> On my box I get a FAIL for pr21115 like so:
> ---------------------------- 8< ----------------------------
> [...]
> PASS: linking pr21115
> set_ld_library_path_env_vars: ld_library_path=.:/home/ranmath/src/gcc/build/i686
> -pc-linux-gnu//libjava/.libs:/home/ranmath/src/gcc/build/gcc
> Exception in thread "main" java.lang.ClassNotFoundException: pr21115I
> at java.lang.Class.forName (natClass.cc:91)
> at pr21115.main (pr21115.java:5)
> FAIL: pr21115 run
> UNTESTED: pr21115 output
> [...]
> ---------------------------- 8< ----------------------------
I think this just means that "." isn't on your CLASSPATH.
libgcj has changed a little recently around this point, hasn't it? Can
you make sure you have a pr21115I.class in the same directory has your
pr21115 executable?
AG