On Wed, 2006-09-20 at 06:02 +1000, Raif S. Naffah wrote: > * with both cacao and jamvm, even with the second signature, running the code > causes an UnsatisfiedLinkError to be raised. That's completely right. gcj can handle it correctly, AFAICT. I'm currently fixing this. > > my questions are: > > 1. do VMs handle differently native method names depending on whether they are > defined in an inner class or not? No. > > 2. should VMs handle native method calls for inner classes the same way as the > RI? I'd say, yes. - twisti