javanio error
"Sivaramakrishnan KC" <[email protected]> Tue, 5 Feb 2008 00:21:28 +0530
| Newsgroups | gmane.comp.java.vm.kaffe.general |
|---|---|
| Message-ID | <[email protected]> |
Hi, I compiled kaffe with the following configuration options ./configure --disable-gtk-peer --disable-gconf-peer --disable-plugin --with-jikes When I tried to run kaffe, I get the follwing error: ------------------------------------------------------------------------------------------------------------- Internal error: caught an unexpected exception. Please check your CLASSPATH and your installation. java/lang/UnsatisfiedLinkError: Native library `javanio' not found (as file `lib javanio.so' in class loader null) in gnu.classpath.boot.library.path and java.l ibrary.path `[/usr/local/kaffe/jre/lib/i386/, /usr/local/kaffe/lib/, /usr/local/ classpath/lib/classpath/]' at java.lang.ClassLoader.getSystemClassLoader (ClassLoader.java:799) Aborted (core dumped) ------------------------------------------------------------------------------------------------------------------ What is the problem? What should i do to fix it?