Re: Interface gcj-compiled library with Java programs in a runtime (other than gij)?
Andrew Haley <[email protected]>
| Newsgroups | gmane.comp.gcc.java.devel |
|---|---|
| Message-ID | <[email protected]> |
On 02/13/2012 06:32 PM, David Daney wrote: > I am just going from memory here, but I think that the interpreter can > only call native code via JNI. Ahh, if that were really true, interpreted code couldn't call Object.<init>() ... Andrew.