javax.crypto
Joel Dice
dicej@mailsnare.net
Fri Sep 22 14:10:00 GMT 2006
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
More information about the Java
mailing list