compiling a SWT-gui with gcj on windows
Tom Tromey
tromey@redhat.com
Mon Aug 11 18:47:00 GMT 2003
>>>>> "Jörg" == Jörg Maisenbacher <joerg@maisenbachers.de> writes:
Jörg> And how do i know, which name is used at runtime? i looked at the
Jörg> Jface-sources, there is a call for
Jörg> bundle=ResourceBundle.getBundle("org.eclipse.jface.messages");
Look at the docs for ResourceBundle.
It will look for `org/eclipse/jface/messages.properties'.
Make sure the .o is being linked into your application.
Then if that fails, you'll have to debug to find out what is going
wrong.
Tom
More information about the Java
mailing list