> From: Aaron M. Renn
>
>
> Brian Jones wrote:
> > I've implemented Float.parseFloat() but Japhar doesn't find the
> > function given the signature I've used for it. Looking at the javah
> > from 1.2 I can't see what I'm doing wrong. Why does Japhar bomb
> > with...
>
> Is Float loading the library that contains this function in a static
> initializer? If not, Japhar won't find it.
Why is this? I thought native method bindings were supposed to be late (as
late as the actual call itself) ...
--John