This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Jface compilation
- From: Andrew Haley <aph at redhat dot com>
- To: "Alexandr Karimov" <karimchik at pisem dot net>
- Cc: <java at gcc dot gnu dot org>
- Date: Fri, 14 May 2004 14:53:40 +0100
- Subject: Jface compilation
- References: <03ac01c439aa$52083670$8601a8c0@gte>
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.