Re: SableVM on ARM Zaurus
"Grzegorz B. Prokopski" <[email protected]>
| Newsgroups | gmane.comp.java.vm.sablevm.general |
|---|---|
| Organization | SableVM - LGPL'ed Free Java VM http://sablevm.org |
| Message-ID | <[email protected]> |
On Sun, 2005-09-01 at 00:42 +0100, Cortez The Killer 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". So there was... hmm... error linking this shared library to another shared library it depends on. Surely we'd like to give out a more meaningful error message on it (at least in some debug mode or sth). Where did you get this message from? Would you suggest a patch to sablevm that would print it out in case of such a problem? > After installing this library it works like a charm! Great! This also means we really need to provide information about what the real problem was, so that the next person didn't need to repeat the whole cycle :-/ Congratulations on the persistence :-) Grzegorz B. Prokopski