Problems using the GCJ interpreter
Øyvind Harboe
oyvind.harboe@zylin.com
Wed Feb 19 16:38:00 GMT 2003
I read up on the FAQ. Is it true that the GCJ interpreter does not
work under Windows? The information seems a bit out of date, when I read
this mailing list.
>1.7 Can I interface byte-compiled and native java code
>>libgcj has a bytecode interpreter that allows you to mix .class files with
>compiled code. It works pretty transparently: if a compiled version of a
>class is not found in the application binary or linked shared libraries,
>the class loader will search for a bytecode version in your classpath,
>much like a VM would. Be sure to build libgcj with the
>--enable-interpreter option to enable this functionality.
>Currently this only works on x86 linux.
?
Øyvind
More information about the Java
mailing list