Java compiler patch: compile resource files into executables

Zack Weinberg zack@codesourcery.com
Sun Sep 2 20:51:00 GMT 2001


On Sun, Sep 02, 2001 at 05:45:04PM -0700, Anthony Green wrote:
> 
> I've added a new compiling mode to gcj for compiling resource files
> into .o files.  These resource files can be any kind of file.  These
> files are then accessible to java programs with a new protocol called
> `core'.  They are identified using core:/ URLs.  Here's an example...
[snip]

This facility will be useful to programs written in other languages.
Would you mind documenting the format of the .o file generated by gcj
in this mode, so that a C program could make use of it?

zw



More information about the Java-patches mailing list