This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Resources in natively compiled executables
Am Mittwoch, 14. April 2004 23:26 schrieb Bryce McKinlay:
> Michael Koch wrote:
> >As I learned with gcjwebplugin there are problems when compiling
> >different jars to native because the resources in the different jars
> >get the same symbols names it seems (_Jr1, _Jr2, _Jr3, etc.). We
> > need to fix this somehow.
>
> These resource names should probably be private . If you are getting
> symbol conflicts then maybe the compiler is mistakenly producing
> public symbols. Whats the error exactly?
There is no error message, there correct resources are just not always
found. It seems like one resource overloads the other ...
Michael