This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: Java compiler patch: compile resource files into executables
- To: green at cygnus dot com
- Subject: Re: Java compiler patch: compile resource files into executables
- From: Zack Weinberg <zack at codesourcery dot com>
- Date: Sun, 2 Sep 2001 20:51:25 -0700
- Cc: gcc-patches at gcc dot gnu dot org, java-patches at gcc dot gnu dot org
- References: <200109030045.RAA02010@fencer.cygnus.com>
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