This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
RE: GCJ Windows and SWT
- From: JR Ruggentaler <jr at mpv dot com>
- To: "'Erik Poupaert'" <erik dot poupaert at freestyler-toolkit dot org>
- Cc: gnustuff at thisiscool dot com, java at gcc dot gnu dot org
- Date: Mon, 22 Sep 2003 22:36:07 -0500
- Subject: RE: GCJ Windows and SWT
Ok I found the problem. I am statically linking my app and it uses
java.util.Date which references gnu.java.locale.Calendar causing this
exception:
Failed to execute runnable (java.util.MissingResourceException: Bundle
gnu.java.locale.Calendar not found)
I found a post (http://gcc.gnu.org/ml/java/2002-04/msg00184.html) that
suggest some workarounds. Is this a documented bug or feature request? I ask
because things seem to get fixed very quickly but the message I site is
almost 1.5 years old.
I almost gave up on GCJ due to frustration trying to debug my app (can't
print and object or see stdout in GDB). Maybe some of this stuff is in the
FAQ or some other docs but if it isn't I would suggest investing some time
describing using GCJ and debugging GCJ apps. Just some sort of Getting
Started with GCJ for newbees like myself. A Windows section would be nice
too there seems to be more stuff working on U*ix than Windows.
BTW when will Windows DLLs be loadable in GCJ? I know there is a workaround
(http://gcc.gnu.org/ml/java/2003-08/msg00135.html) but I am just wandering
when will it be in a release?
J.R.