gcj and gij
Bryce McKinlay
bryce@albatross.co.nz
Thu Jul 20 19:30:00 GMT 2000
Justin Urbanski wrote:
> If I build libgcj with --enable-interpreter, does this ignore undefined references, which would therefore allow me to build my executable, but at runtime GIJ will find the jar file in my classpath?
No. If you want to mix native and interpreted code, you need to do it via Class.forName() which is essentially Java's dynamic loading mechanism. You cannot have undefined references at link time.
How old is your libgcj? I'm curious as to what parts of serialization are missing.
regards
[ bryce ]
More information about the Java
mailing list