This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: compiling a SWT-gui with gcj on windows


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]