Re: SableVM on ARM Zaurus
Cortez The Killer <[email protected]>
| Newsgroups | gmane.comp.java.vm.sablevm.general |
|---|---|
| Message-ID | <[email protected]> |
Running the classpath examples now give the following error: sablevm: thread.c:635: _svmf_resuming_java: Assertion 'status == 3 || status == 4' failed Does this have anything to do with the missing --with-threading=direct parameter? On Sun, 9 Jan 2005 00:42:54 +0100, Cortez The Killer <[email protected]> wrote: > BINGO!! > > After adding *lots* of printf() statements in > src/libsablevm/java_lang_VMRuntime.c I found out that the actual error > message was: "libart_lgpl_2.so.2 could not be found". > > After installing this library it works like a charm! > > The program seems to hang afterwards though. I still have to find out > why this is... > > Thanks a lot for helping me out! >