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: javax.crypto


On Fri, 22 Sep 2006, Marco Trudel wrote:

Is there a similar way to enforce that MessageBundles get pulled into the final executables? I can't think of one, but you never know...

Do you mean ResourceBundles? If so, something like this should work:


 $ gcj --resource foo.properties -c properties_files/foo.properties \
    -o foo_properties.o

And then link that .o file into your executable. That's also how you can compile images and other data into your executable.

- Joel


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