Re: JNI calling the first method of a class.
Andrew Haley <[email protected]>
| Newsgroups | gmane.comp.gcc.java.devel |
|---|---|
| Message-ID | <[email protected]> |
abhishek desai wrote: > Is there any way to call the first method of a class in JNI ? I am confused by this question. What makes a method the first? There is no explicit ordering of methods in class files, as far as I know. Andrew.