compiling a SWT-gui with gcj on windows
Jörg Maisenbacher
joerg@maisenbachers.de
Tue Aug 5 15:05:00 GMT 2003
Hy,
Back from vacation.
I still have some problems, espaecially with the jface.jar. There are
resources in the jar (messages.properties for i18n). My gcj-compiled gui
doesn't find this file, what do i have to do with it?
Some other things I noticed:
----------
net/mldonkey/g2gui/model/Addr.java:106: error: class 'java.lang.String'
has no method named 'replaceAll' matching signature
'(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;'
net/mldonkey/g2gui/model/Addr.java:107: error: class 'java.lang.String'
has no method named 'replaceAll' matching signature
'(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;'
net/mldonkey/g2gui/view/G2Gui.java: In class net.mldonkey.g2gui.view.G2Gui':
net/mldonkey/g2gui/view/G2Gui.java: In method
`net.mldonkey.g2gui.view.G2Gui.main(java.lang.String[])':
----------
doens't gcj support all the methods java offers? i noticed some other
String-manipulation don't work either.
Jörg
--
Jörg Maisenbacher
"There are only 10 types of people in the world:
Those who understand binary and those who don't.
More information about the Java
mailing list