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
- From: Jörg Maisenbacher <joerg at maisenbachers dot de>
- To: Jörg Maisenbacher <joerg at maisenbachers dot de>
- Cc: gnustuff at thisiscool dot com, java at gcc dot gnu dot org
- Date: Tue, 05 Aug 2003 17:04:31 +0200
- Subject: Re: compiling a SWT-gui with gcj on windows
- References: <UQRLA3Y4UTMHFF0POGAOII05TNON.3f229e0c@p733> <3F22A04D.8000908@maisenbachers.de>
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.