This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Jface compilation
- From: "Alexandr Karimov" <karimchik at pisem dot net>
- To: <java at gcc dot gnu dot org>
- Date: Fri, 14 May 2004 18:40:51 +0300
- Subject: Re: Jface compilation
- References: <03ac01c439aa$52083670$8601a8c0@gte>
> 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?
Resolved this problem by wraping all *.properties files with classes.
Regards, Alexandr