Jface compilation
Andrew Haley
aph@redhat.com
Fri May 14 14:40:00 GMT 2004
Alexandr Karimov writes:
> Hi there!
>
> I used the attached script to build jface.jar to libjface.a and then using
> it to compile my jface applications. But when I try to run my just built exe
> then then next error occurs:
> .....
> at _main (C:\DOCUME~1\Matador.GTE\LOCALS~1\Temp\ccsraaaa.i)
> Caused by: java.util.MissingResourceException: Bundle
> org.eclipse.jface.messages
> ....
>
> Can anybody say me what's wrong and how it can be fixed or check and
> possibly fix my script?
Some files are being omitted. Try linking against libjface.a with --whole-archive.
Andrew.
More information about the Java
mailing list