Re: UnsatisfiedLinkError

Chris Pickett <[email protected]> Sun, 16 Jan 2005 20:46:50 -0500
Newsgroups gmane.comp.java.vm.sablevm.devel
Message-ID <[email protected]>
Chris Pickett wrote:
> Etienne Gagnon wrote:
> 
>> Hi again,
>>
>> Actually, I have modified JNI's ExceptionDescribe() to print as much 
>> information as it can, even when e.printStackTrace() throws an 
>> exception (which is likely if the original exception was triggered by 
>> a failure in some of the core classes).
>>
>> This should satisfy Greg's wish to get more info on the console. :-)
>>
>> It's in staging 3292.
> 
> 
> I think this is related, but not sure.  With the sablevm and 
> sablevm-classpath in staging at r3299 I get:
> 
> $ sablevm -Y HelloWorld
> *** Fatal error: Unable to find essential method exceptionDescription in 
> virtualmachine class.
> sablevm: cannot create vm

Not present in 3291, I guess staging is broken again.  I'll let you look 
into it since you know the code better.

Chris