This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: Problems using the GCJ interpreter


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]