This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: How to use _Jv_FindClass?


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



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]