> with 'HelloWorldApp.class' by directly invoking kaffe-bin, I can
>not make the regression test work.
I found this is because I use cross compiling and the path for
shell is different. After fixing this
gmake check-TESTS TESTS=HelloWorldApp.class.save
works. But still
gmake check-TESTS TESTS=HelloWorldApp.java
got core dump.
Kiyo