This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: swt controlexample
- From: John Murga <john at murga dot org>
- To: "Erik Poupaert" <erik dot poupaert at chello dot be>
- Cc: java at gcc dot gnu dot org
- Date: Fri, 3 Jan 2003 20:57:50 +0000
- Subject: Re: swt controlexample
- References: <POEIJGMGPFPGFHAGKFHAKEIBCDAA.erik.poupaert@chello.be>
- Reply-to: John Murga <john at murga dot org>
Hello Erik,
Friday, January 3, 2003, 8:39:54 PM, you wrote:
EP> A last remark, compiling the example required another strange patch to SWT,
EP> to org.eclipse.internal.image.FileFormat:
EP> I had to replace:
EP> //X Class clazz = Class.forName(FORMAT_PACKAGE + '.' + FORMATS[i] +
EP> FORMAT_SUFFIX);
EP> //X fileFormat = (FileFormat) clazz.newInstance();
EP> with the more mundane:
...
Nope, although I had to do the same because I just couldn't get Class.forName() working
under MINGW (see http://gcc.gnu.org/ml/java/2002-12/msg00147.html).
BTW, have you tried building the SWT file manager ? I got some really strange
behavior from that when I tried it under GCJ...
I might create an INNO Setup program with all of Ranjit's stuff... that would
make it more marketable to Windows users I think...
Cheers
JohnM