Re: [Sablevm-user] jni: LD_LIBRARY_PATH ignored
Brought to you by:
egagnon
From: Prof. E. M. G. <eti...@uq...> - 2003-03-29 02:51:15
|
Mark Howard wrote: > Hi, > This has fixed the previous problem, thanks. > I'm now getting another one though... > > sablevm: INTERNAL ERROR (source file "native_interface.c", line 24443): > todo Are you sure of the line number? The line number above was in your previous message http://sourceforge.net/mailarchive/message.php?msg_id=4188827 . Please make sure you have set you path correctly, or that you type the path explicitly, e.g.: $ /usr/local/bin/sablevm -Y ... > get/release StringUTFChars > NewStringUTF > NewIntArray > get/release IntArrayElements > NewByteArray > set/release ByteArrayElements All of these are already implemented. > GetObjectClass > GetFieldID > GetIntField > NewGlobalRef > GetMethodID > ExceptionOccurred > ExceptionClear > FindClass > ThrowNew Only ExceptionClear is missing. I will implement it in the upcoming minutes and let you know when it is done. > Also, for the -p java.library.path, I think it might be a good idea to > add this to the manpage as an example of how to use the -p option I'll leave the manpage modifs to Grzegorz. ;-) Etienne |