Resources in natively compiled executables
Bryce McKinlay
mckinlay@redhat.com
Wed Apr 14 21:26:00 GMT 2004
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?
Regards
Bryce.
More information about the Java
mailing list