Re: [Sablevm-developer] trying to build w/ free-java-sdk (sablevm) - failure
Brought to you by:
egagnon
From: Grzegorz P. <gr...@se...> - 2002-09-07 23:22:34
|
W li=B6cie z pi=B1, 06-09-2002, godz. 15:30, Etienne M. Gagnon pisze:=20 > Grzegorz Prokopski wrote: > > *** Couldn't bind native method Java_java_lang_Class_getMethods *** > > *** or Java_java_lang_Class_getMethods__ *** > ... > > java.lang.UnsatisfiedLinkError > > at java.lang.Class.getMethods(Class.java) > You are free to do it, though. getMethod (and/or? getDeclaredMethod) is = already=20 > implemented, and can be used as inspiration. Source file:=20 > sablevm-x.y.z/src/libsablevm/java_lang_Class.c . I really took some time and digged into this. However it seems that it's beyond my current abilities. Even if java specs are clear and this method doesn't look too complicated - I don't know sablevm internal construction well enough. Sablevm methods aren't really documented and it would be hard for me (read: time consuming) to learn them first then try to build this function. I don't have enough time right now :-/ I think I'll focus on packaging for now as I haven't solved all the issues yet. Maybe your students would be interested in biteing it? Given that they're able to talk w/ you directly, live - they're in much better position to try. Best regards GBP btw: why is this called 'reflection' ? |