This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: compiling a SWT-gui with gcj on windows
>>>>> "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