Re: UnsatisfiedLinkError

Chris Pickett <[email protected]> Sun, 16 Jan 2005 20:25:27 -0500
Newsgroups gmane.comp.java.vm.sablevm.devel
Message-ID <[email protected]>
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

$ sablevm --version
SableVM version staging+3299
- compile date and time: 2005-01-17 02:17:48 UTC
- gcc version: 3.3.4 20040623 (Gentoo Linux 3.3.4-r1, ssp-3.3.2-2, 
pie-8.7.6)
- 'real life brokenness' features enabled
- copying garbage collection
- bidirectional object layout
- direct-threaded interpreter

Cheers,
Chris