Re: javanio error
Dalibor Topic <[email protected]> Mon, 04 Feb 2008 21:55:27 +0100
| Newsgroups | gmane.comp.java.vm.kaffe.general |
|---|---|
| Message-ID | <[email protected]> |
Sivaramakrishnan KC wrote: > 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) Does the file libjavanio.so exist in the directories /usr/local/kaffe/jre/lib/i386/, /usr/local/kaffe/lib/ or /usr/local/classpath/lib/classpath/ ? cheers, dalibor topic