This is the mail archive of the java-patches@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]

Re: Java compiler patch: compile resource files into executables


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


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