How to use _Jv_FindClass?

Bryce McKinlay bryce@mckinlay.net.nz
Sun Oct 12 05:41:00 GMT 2003


On Oct 10, 2003, at 8:10 PM, hemanth@indofuji.com wrote:

> hi,
>
> Can anybody tell, how to use _Jv_FindClass using cni.h?

_Jv_FindClass is an internal libgcj method - you should not call it 
from your application Code. Perhaps you want Class::forName() ?

Bryce




More information about the Java mailing list