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: Standalone native SWT/JFace applications for Windows


>>>>> Jean-Francois writes:

> For those who might me interested,
> here is a link to a bundle that include some examples of standalone native SWT/JFace
applications
> http://pages.infinit.net/bidule/swt_jface_gcj.zip (~8Mo)

Great stuff. 

1. One might get rid of runtime dependencies to properties files (see go.sh) by 
linking them into the wizard executable. For example, assuming the properties files 
reside in your current directory one might generate object files with these commands:

gcj -c --resource org/eclipse/jface/messages.properties messages.properties -o
objects_dir/properties.o

gcj -c --resource org/eclipse/jface/resource/jfacefonts.properties jfacefonts.properties -o
objects_dir/fonts.o

2. Unfortunately, even a recompiled explorer.exe gives a NullPointerException. 

Jörg

__________________________________________________________________

Gesendet von Yahoo! Mail - http://mail.yahoo.de
Bis zu 100 MB Speicher bei http://premiummail.yahoo.de


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